fix: add missing imagePullSecrets sections to pods (#2675)

This commit is contained in:
Nico Feulner
2022-12-28 15:42:04 +05:30
committed by GitHub
parent 69470a68d0
commit fcf4fd2e63
6 changed files with 24 additions and 0 deletions
@@ -185,6 +185,10 @@ spec:
- name: fluentbit-config
configMap:
name: {{ .Release.Name }}-fission-fluentbit
{{- with .Values.imagePullSecrets }}
imagePullSecrets:
{{- toYaml . | nindent 8 }}
{{- end }}
updateStrategy:
type: RollingUpdate
{{- end }}