Update deployment.yaml

use imagePullSecrets from gloabl
This commit is contained in:
Bjorn Stout
2024-11-07 15:51:23 +01:00
committed by GitHub
parent 2a239d4667
commit 017e6ed7fd
@@ -45,7 +45,8 @@ spec:
{{ toYaml .Values.reloader.matchLabels | indent 8 }}
{{- end }}
spec:
{{- with .Values.reloader.deployment.imagePullSecrets }}
Values.global.imageRegistry
{{- with .Values.global.imagePullSecrets }}
imagePullSecrets:
{{- toYaml . | nindent 8 }}
{{- end }}