feat(chart): add registry secret for pulling from private registries
This commit is contained in:
parent
d09514d760
commit
e2d974596d
3 changed files with 11 additions and 3 deletions
|
|
@ -11,9 +11,9 @@ spec:
|
|||
ttlSecondsAfterFinished: 300
|
||||
template:
|
||||
spec:
|
||||
{{- with .Values.imagePullSecrets }}
|
||||
{{- with .Values.image.pullSecretBase64 }}
|
||||
imagePullSecrets:
|
||||
{{- toYaml . | nindent 12 }}
|
||||
- name: {{ include "wsj-standup.fullname" . }}-registry-credentials
|
||||
{{- end }}
|
||||
serviceAccountName: {{ include "wsj-standup.serviceAccountName" . }}
|
||||
containers:
|
||||
|
|
|
|||
Reference in a new issue