issue-2848

Correction of the imagepullsecret for redis
This commit is contained in:
dlaberge 2024-09-19 09:24:08 -04:00
parent 8096751c17
commit 0983c9bbe0

View file

@ -28,9 +28,9 @@ spec:
{{- end }} {{- end }}
{{- end }} {{- end }}
spec: spec:
{{- with .Values.global.imagePullSecrets }} {{- with .Values.redisSecretInit.imagePullSecrets | default .Values.global.imagePullSecrets }}
imagePullSecrets: imagePullSecrets:
{{ toYaml . | nindent 8 }} {{- toYaml . | nindent 8 }}
{{- end }} {{- end }}
containers: containers:
- command: - command: