Fix typo in helpers

Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
This commit is contained in:
Carlos Rodriguez Hernandez
2019-03-11 18:52:42 +00:00
parent 5570067bb7
commit aea99a2bac

View File

@@ -67,8 +67,7 @@ Also, we can not use a single if because lazy evaluation is not an option
{{- if .Values.global }}
{{- if .Values.global.imagePullSecrets }}
imagePullSecrets:
{{- range
.Values.global.imagePullSecrets }}
{{- range .Values.global.imagePullSecrets }}
- name: {{ . }}
{{- end }}
{{- else if or .Values.image.pullSecrets .Values.metrics.image.pullSecrets }}
@@ -89,4 +88,4 @@ imagePullSecrets:
- name: {{ . }}
{{- end }}
{{- end -}}
{{- end -}}
{{- end -}}