We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eec5986 commit 5b9e1beCopy full SHA for 5b9e1be
articles/aks/azure-files-dynamic-pv.md
@@ -46,6 +46,7 @@ apiVersion: storage.k8s.io/v1
46
metadata:
47
name: my-azurefile
48
provisioner: file.csi.azure.com # replace with "kubernetes.io/azure-file" if aks version is less than 1.21
49
+allowVolumeExpansion: true
50
mountOptions:
51
- dir_mode=0777
52
- file_mode=0777
@@ -172,6 +173,7 @@ apiVersion: storage.k8s.io/v1
172
173
174
175
176
177
178
179
0 commit comments