argo-cd: fix imagePullSecrets condition
This commit is contained in:
parent
a03e84c99a
commit
86dff9a495
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ spec:
|
|||
initContainers:
|
||||
{{ toYaml .Values.repoServer.initContainers | nindent 6 | trim }}
|
||||
{{- end }}
|
||||
{{- if .Values.repoServer.initContainers }}
|
||||
{{- if .Values.repoServer.imagePullSecrets }}
|
||||
imagePullSecrets:
|
||||
{{ toYaml .Values.repoServer.imagePullSecrets | nindent 6 | trim }}
|
||||
{{- end }}
|
Loading…
Reference in a new issue