Skip to content

Commit fe62636

Browse files
committed
feat(updater): Allow to define imagePullSecrets
Signed-off-by: Wilfried Roset <[email protected]>
1 parent f8e49af commit fe62636

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

vertical-pod-autoscaler/charts/vertical-pod-autoscaler/templates/updater-deployment.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ spec:
2323
{{- toYaml . | nindent 8 }}
2424
{{- end }}
2525
spec:
26+
{{- with .Values.imagePullSecrets }}
27+
imagePullSecrets:
28+
{{- toYaml . | nindent 8 }}
29+
{{- end }}
2630
securityContext:
2731
runAsNonRoot: true
2832
runAsUser: 65534

0 commit comments

Comments
 (0)