Added imagepullsecrets to helm (#2364)

This commit is contained in:
Ankit Chawla
2022-02-28 14:18:18 +05:30
committed by GitHub
parent 858aefee6b
commit e1d86d8969
12 changed files with 48 additions and 0 deletions
@@ -40,6 +40,10 @@ spec:
{{- if .Values.priorityClassName }}
priorityClassName: {{ .Values.priorityClassName }}
{{- end }}
{{- with .Values.imagePullSecrets }}
imagePullSecrets:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- if .Values.extraCoreComponentPodConfig }}
{{ toYaml .Values.extraCoreComponentPodConfig | indent 6 -}}
{{- end }}