Skip to content

Commit b4a93df

Browse files
authored
Merge pull request #8711 from wilfriedroset/improve-updater
feat(updater): Allow to define imagePullSecrets
2 parents f8e49af + fe62636 commit b4a93df

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)