Merge pull request #354 from joaoubaldo/support-imagepullsecrets

[Helm chart] Add support for ImagePullSecrets
This commit is contained in:
Faizan Ahmad
2022-12-29 18:26:28 +01:00
committed by GitHub
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 }}
@@ -117,6 +117,8 @@ reloader:
pod:
annotations: {}
priorityClassName: ""
# imagePullSecrets:
# - name: myregistrykey
service: {}
# labels: {}