fix formatting problem by escaping underscore

Signed-off-by: ryandawsonuk <ryandawson@cantab.net>
pull/4633/head
ryandawsonuk 7 years ago
parent b942434ddb
commit 1b16f6679d

@ -145,7 +145,7 @@ metadata:
name: {{ .Release.Name }}-myservice name: {{ .Release.Name }}-myservice
``` ```
Or if there is only one resource of this kind then we could use .Release.Name or the template fullname function defined in _helpers.tpl (which uses release name): Or if there is only one resource of this kind then we could use .Release.Name or the template fullname function defined in \_helpers.tpl (which uses release name):
```yaml ```yaml
apiVersion: v1 apiVersion: v1

Loading…
Cancel
Save