issue-2848
Correction of the imagepullsecret for redis
This commit is contained in:
parent
8096751c17
commit
0983c9bbe0
1 changed files with 2 additions and 2 deletions
|
@ -28,9 +28,9 @@ spec:
|
|||
{{- end }}
|
||||
{{- end }}
|
||||
spec:
|
||||
{{- with .Values.global.imagePullSecrets }}
|
||||
{{- with .Values.redisSecretInit.imagePullSecrets | default .Values.global.imagePullSecrets }}
|
||||
imagePullSecrets:
|
||||
{{ toYaml . | nindent 8 }}
|
||||
{{- toYaml . | nindent 8 }}
|
||||
{{- end }}
|
||||
containers:
|
||||
- command:
|
||||
|
|
Loading…
Reference in a new issue