fix(argo-cd): Remove unwanted newline on redis-init-secret job's imagepullsecrets (#2931)
This commit is contained in:
parent
133e70a9ea
commit
c5e6458cd6
2 changed files with 4 additions and 4 deletions
|
|
@ -30,7 +30,7 @@ spec:
|
|||
spec:
|
||||
{{- with .Values.global.imagePullSecrets }}
|
||||
imagePullSecrets:
|
||||
{{ toYaml . | nindent 8 }}
|
||||
{{- toYaml . | nindent 8 }}
|
||||
{{- end }}
|
||||
containers:
|
||||
- command:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue