feat: Support ImagePullSecrets parameter (support private registries) (#254)
* Support ImagePullSecrets * Bump chart version
This commit is contained in:
parent
400f141dae
commit
6eed9ad16c
8 changed files with 23 additions and 1 deletions
|
|
@ -38,6 +38,10 @@ spec:
|
|||
{{- toYaml .Values.controller.podLabels | nindent 8 }}
|
||||
{{- end }}
|
||||
spec:
|
||||
{{- with .Values.global.imagePullSecrets }}
|
||||
imagePullSecrets:
|
||||
{{- toYaml . | nindent 8 }}
|
||||
{{- end }}
|
||||
{{- if .Values.global.securityContext }}
|
||||
securityContext: {{- toYaml .Values.global.securityContext | nindent 8 }}
|
||||
{{- end }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue