mirror of
https://github.com/bitnami/charts.git
synced 2026-03-16 06:47:30 +08:00
Fix typo in helpers
Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
This commit is contained in:
@@ -60,8 +60,7 @@ Also, we can not use a single if because lazy evaluation is not an option
|
|||||||
{{- if .Values.global }}
|
{{- if .Values.global }}
|
||||||
{{- if .Values.global.imagePullSecrets }}
|
{{- if .Values.global.imagePullSecrets }}
|
||||||
imagePullSecrets:
|
imagePullSecrets:
|
||||||
{{- range
|
{{- range .Values.global.imagePullSecrets }}
|
||||||
.Values.global.imagePullSecrets }}
|
|
||||||
- name: {{ . }}
|
- name: {{ . }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- else if or .Values.image.pullSecrets .Values.metrics.image.pullSecrets }}
|
{{- else if or .Values.image.pullSecrets .Values.metrics.image.pullSecrets }}
|
||||||
@@ -82,4 +81,4 @@ imagePullSecrets:
|
|||||||
- name: {{ . }}
|
- name: {{ . }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
|
|||||||
Reference in New Issue
Block a user