Add support for ImagePullSecrets

This commit is contained in:
Joao Ubaldo
2022-11-03 10:02:18 +00:00
parent 5662919f72
commit 9d3b70d4d2
2 changed files with 6 additions and 0 deletions
@@ -45,6 +45,10 @@ spec:
{{ toYaml .Values.reloader.matchLabels | indent 8 }}
{{- end }}
spec:
{{- with .Values.reloader.deployment.imagePullSecrets }}
imagePullSecrets:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- if .Values.reloader.deployment.nodeSelector }}
nodeSelector:
{{ toYaml .Values.reloader.deployment.nodeSelector | indent 8 }}
@@ -108,6 +108,8 @@ reloader:
pod:
annotations: {}
priorityClassName: ""
# imagePullSecrets:
# - name: myregistrykey
service: {}
# labels: {}