Merge pull request #473 from dvyas1/bugfix-missing-imagePullSecrets

fix: add imagePullSecrets to snapshot controller in helm chart
This commit is contained in:
Kubernetes Prow Robot 2023-07-15 07:13:04 -07:00 committed by GitHub
commit 9f16a51a0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

@ -40,6 +40,10 @@ spec:
app: {{ .Values.externalSnapshotter.name }}
spec:
serviceAccountName: {{ .Values.externalSnapshotter.name }}
{{- if .Values.imagePullSecrets }}
imagePullSecrets:
{{ toYaml .Values.imagePullSecrets | indent 8 }}
{{- end }}
nodeSelector:
kubernetes.io/os: linux
priorityClassName: system-cluster-critical