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: latest@sha256:858cfd338b8a205c69dc12c971d6bd9507ee593ffdbf7fbe250a33e407cf369a
10 pullPolicy: IfNotPresent
12 repository: cgr.dev/chainguard-private/kubernetes-csi-external-resizer
13 tag: latest@sha256:4ef03195a68750038dfe2906ca11e698e2f3cb6489f89b9f78aa289ebe714f6c
14 pullPolicy: IfNotPresent
16 repository: cgr.dev/chainguard-private/kubernetes-csi-livenessprobe
17 tag: latest@sha256:1c1657f01c56d2aa70fbd2d0c141fc76e89d380dd5dacdda7a8eef4c1a6cee92
18 pullPolicy: IfNotPresent
20 repository: cgr.dev/chainguard-private/kubernetes-csi-node-driver-registrar
21 tag: latest@sha256:9b28d0c15faa56b3a700ea07681dea87423ef465450cf162364289492b965068
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
140 installAznfsMount: true
141 migrateK8sRepo: false
146 repository: cgr.dev/chainguard-private/kubernetes-csi-external-snapshotter
148 pullPolicy: IfNotPresent
149 csiSnapshotController:
150 repository: cgr.dev/chainguard-private/kubernetes-csi-external-snapshot-controller
151 tag: latest@sha256:f2ff483a9b4cf2a30195f3777f4ca65f7bc37f88af0cc898fbfeaef83274b909
152 pullPolicy: IfNotPresent
154 name: csi-snapshot-controller
156 strategyType: RollingUpdate
169 enableGetVolumeStats: true
170 enableVolumeMountGroup: true
171 fsGroupPolicy: ReadWriteOnceWithFSType
172 requiresRepublish: true
174 name: file.csi.azure.com
176 userAgentSuffix: "OSS-helm"
177 azureGoSDKLogLevel: "" # available values: ""(no logs), DEBUG, INFO, WARNING, ERROR
182 dsName: csi-azurefile-node # daemonset name
183 dnsPolicy: Default # available values: Default, ClusterFirst, ClusterFirstWithHostNet, None
184 kubelet: /var/lib/kubelet
186 distro: debian # available values: debian, fedora
187 mountPermissions: 0777
216 requiredDuringSchedulingIgnoredDuringExecution:
225 useHostProcessContainers: true
226 dsName: csi-azurefile-node-win # daemonset name
227 kubelet: 'C:\var\lib\kubelet'
229 enableRegistrationProbe: true
254 - key: "node.kubernetes.io/os"
260 requiredDuringSchedulingIgnoredDuringExecution:
269 # [optional] If the AAD application or user-assigned managed identity is not in the same tenant as the cluster
270 # then set tenantID with the application or user-assigned managed identity tenant ID
272azureCredentialFileConfigMap: azure-cred-file