2 baseRepo: mcr.microsoft.com
4 repository: cgr.dev/chainguard-private/azurefile-csi
6 pullPolicy: IfNotPresent
8 repository: cgr.dev/chainguard-private/kubernetes-csi-external-provisioner
9 tag: 6.3.0@sha256:b073ec9e2046a175cdc05eb813421d4cd9a042ad2227c209ffcae64b80cd6b58
10 pullPolicy: IfNotPresent
12 repository: cgr.dev/chainguard-private/kubernetes-csi-external-resizer
13 tag: 2.2.1@sha256:4bf377a91db408fa8038e8d1d4471d33d17d55c9e90f059524d4231b78e94329
14 pullPolicy: IfNotPresent
16 repository: cgr.dev/chainguard-private/kubernetes-csi-livenessprobe
17 tag: 2.20.0@sha256:4599a5594bda1019579c16106071955c57c4c6081d7fedd1f270837e9f2d049a
18 pullPolicy: IfNotPresent
20 repository: cgr.dev/chainguard-private/kubernetes-csi-node-driver-registrar
21 tag: 2.18.0@sha256:9bcc77232f2d4460290d9884310d25d3e4ef23b627e54c71397c9ebe33183bd2
22 pullPolicy: IfNotPresent
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/
26# - name: myRegistryKeySecretName
28# -- Custom labels to add into metadata
30# k8s-app: azurefile-csi-driver
33 create: true # When true, service accounts will be created for you. Set to false if you want to use your own.
34 controller: csi-azurefile-controller-sa # Name of Service Account to be created or used
35 node: csi-azurefile-node-sa # Name of Service Account to be created or used
36 snapshotController: csi-snapshot-controller-sa # Name of Service Account to be created or used
41 name: csi-azurefile-controller
42 cloudConfigSecretName: azure-cloud-provider
43 cloudConfigSecretNamespace: kube-system
44 allowEmptyCloudConfig: true
46 strategyType: RollingUpdate
47 hostNetwork: true # this setting could be disabled if controller does not depend on MSI setting
52 runOnControlPlane: false
106 - key: "node-role.kubernetes.io/master"
109 - key: "node-role.kubernetes.io/controlplane"
112 - key: "node-role.kubernetes.io/control-plane"
115 - key: "CriticalAddonsOnly"
119 strategyType: RollingUpdate
121 cloudConfigSecretName: azure-cloud-provider
122 cloudConfigSecretNamespace: kube-system
123 allowEmptyCloudConfig: true
124 allowInlineVolumeKeyAccessWithIdentity: false
125 enableKataCCMount: false
126 enableManagedIdentityAuth: true
133 initialDelaySeconds: 20
138 useAZNFSForNFSMounts: false # When enabled for NFS shares, the driver will mount NFS shares through azurefile-proxy using aznfs (requires node.azurefileProxy.enabled=true).
141 installAznfsMount: true
142 migrateK8sRepo: false
147 repository: cgr.dev/chainguard-private/kubernetes-csi-external-snapshotter
149 pullPolicy: IfNotPresent
150 csiSnapshotController:
151 repository: cgr.dev/chainguard-private/kubernetes-csi-external-snapshot-controller
152 tag: 8.6.0@sha256:f85a8da9b8b03e6f7cc5626b04418a26e6dd34b822add19c929dfd61fac7b966
153 pullPolicy: IfNotPresent
155 name: csi-snapshot-controller
157 strategyType: RollingUpdate
170 enableGetVolumeStats: true
171 enableVolumeMountGroup: true
172 fsGroupPolicy: ReadWriteOnceWithFSType
173 requiresRepublish: true
175 name: file.csi.azure.com
177 userAgentSuffix: "OSS-helm"
178 azureGoSDKLogLevel: "" # available values: ""(no logs), DEBUG, INFO, WARNING, ERROR
183 dsName: csi-azurefile-node # daemonset name
184 dnsPolicy: Default # available values: Default, ClusterFirst, ClusterFirstWithHostNet, None
185 kubelet: /var/lib/kubelet
187 distro: debian # available values: debian, fedora
188 mountPermissions: 0777
217 requiredDuringSchedulingIgnoredDuringExecution:
226 useHostProcessContainers: true
227 dsName: csi-azurefile-node-win # daemonset name
228 kubelet: 'C:\var\lib\kubelet'
230 enableRegistrationProbe: true
255 - key: "node.kubernetes.io/os"
261 requiredDuringSchedulingIgnoredDuringExecution:
270 # [optional] If the AAD application or user-assigned managed identity is not in the same tenant as the cluster
271 # then set tenantID with the application or user-assigned managed identity tenant ID
273azureCredentialFileConfigMap: azure-cred-file