fix(chart): replace with with if
This commit is contained in:
parent
a6d9db3553
commit
f018611efb
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ spec:
|
||||||
ttlSecondsAfterFinished: 300
|
ttlSecondsAfterFinished: 300
|
||||||
template:
|
template:
|
||||||
spec:
|
spec:
|
||||||
{{- with .Values.image.pullSecretBase64 }}
|
{{- if .Values.image.pullSecretBase64 }}
|
||||||
imagePullSecrets:
|
imagePullSecrets:
|
||||||
- name: {{ include "wsj-standup.fullname" . }}-registry-credentials
|
- name: {{ include "wsj-standup.fullname" . }}-registry-credentials
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
|
||||||
Reference in a new issue