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:83f806a2578290d9f5cf97c6fd53afddbc60b435fce49c3cc39f92477e6446af
10 pullPolicy: IfNotPresent
12 repository: cgr.dev/chainguard-private/kubernetes-csi-external-resizer
13 tag: 2.2.1@sha256:2298407e8346727b6429643596822741c211b834e58dbb47d005730a318875bb
14 pullPolicy: IfNotPresent
16 repository: cgr.dev/chainguard-private/kubernetes-csi-livenessprobe
17 tag: 2.20.0@sha256:dc251dbffb35cb5d07b749dc6eaea2e58042a18fdf7b8e227a11025d27de71c6
18 pullPolicy: IfNotPresent
20 repository: cgr.dev/chainguard-private/kubernetes-csi-node-driver-registrar
21 tag: 2.18.0@sha256:d3f4385c8e6baff7f3b1462ef530728541adfaf169805aa0e221889b5654fd3a
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:c1fa3ec9775ed9d9a9937b89f376a74b041392c7290ca1ea4d353f92d5aa529a
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