fixup! helpers: escape name

Signed-off-by: Yoan Blanc <yoan@dosimple.ch>
pull/8024/head
Yoan Blanc 6 years ago
parent 6bcc7fbb8d
commit 4f3c423c23
No known key found for this signature in database
GPG Key ID: 6058CF4574298812

@ -269,7 +269,7 @@ spec:
securityContext:
{{- toYaml .Values.podSecurityContext | nindent 8 }}
containers:
- name: {{ .Chart.Name }}
- name: {{ .Chart.Name | toJson }}
securityContext:
{{- toYaml .Values.securityContext | nindent 12 }}
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"

Loading…
Cancel
Save