Merge pull request #473 from dvyas1/bugfix-missing-imagePullSecrets
fix: add imagePullSecrets to snapshot controller in helm chart
This commit is contained in:
commit
9f16a51a0d
Binary file not shown.
@ -40,6 +40,10 @@ spec:
|
|||||||
app: {{ .Values.externalSnapshotter.name }}
|
app: {{ .Values.externalSnapshotter.name }}
|
||||||
spec:
|
spec:
|
||||||
serviceAccountName: {{ .Values.externalSnapshotter.name }}
|
serviceAccountName: {{ .Values.externalSnapshotter.name }}
|
||||||
|
{{- if .Values.imagePullSecrets }}
|
||||||
|
imagePullSecrets:
|
||||||
|
{{ toYaml .Values.imagePullSecrets | indent 8 }}
|
||||||
|
{{- end }}
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
kubernetes.io/os: linux
|
kubernetes.io/os: linux
|
||||||
priorityClassName: system-cluster-critical
|
priorityClassName: system-cluster-critical
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user