We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c53c473 + 19f3180 commit 151db79Copy full SHA for 151db79
1 file changed
charts/k8up/templates/cleanup-hook.yaml
@@ -82,6 +82,10 @@ spec:
82
spec:
83
restartPolicy: Never
84
serviceAccountName: cleanup-service-account
85
+ {{- with .Values.imagePullSecrets }}
86
+ imagePullSecrets:
87
+ {{- toYaml . | nindent 8 }}
88
+ {{- end }}
89
securityContext:
90
{{- toYaml .Values.podSecurityContext | nindent 8 }}
91
containers:
0 commit comments