File tree Expand file tree Collapse file tree 4 files changed +13
-0
lines changed Expand file tree Collapse file tree 4 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 1414{{ include "blob.labels" . | indent 6 }}
1515 app : csi-blob-controller
1616 spec :
17+ {{- if .Values.imagePullSecrets }}
18+ imagePullSecrets :
19+ {{ toYaml .Values.imagePullSecrets | indent 8 }}
20+ {{- end }}
1721 hostNetwork : true
1822 serviceAccountName : csi-blob-controller-sa
1923 nodeSelector :
Original file line number Diff line number Diff line change 1313{{ include "blob.labels" . | indent 6 }}
1414 app : csi-blob-node
1515 spec :
16+ {{- if .Values.imagePullSecrets }}
17+ imagePullSecrets :
18+ {{ toYaml .Values.imagePullSecrets | indent 8 }}
19+ {{- end }}
1620 hostNetwork : true
1721 dnsPolicy : ClusterFirstWithHostNet
1822 serviceAccountName : csi-blob-node-sa
Original file line number Diff line number Diff line change @@ -20,6 +20,11 @@ image:
2020 tag : v1.1.0
2121 pullPolicy : IfNotPresent
2222
23+ # # Reference to one or more secrets to be used when pulling images
24+ # # ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
25+ imagePullSecrets : []
26+ # - name: myRegistryKeySecretName
27+
2328serviceAccount :
2429 create : true
2530
You can’t perform that action at this time.
0 commit comments