Skip to content

Commit 56f1dfc

Browse files
authored
Merge pull request #276 from andyzhangx/remove-mount-options-in-example
doc: comment mount-options in example
2 parents f9e5ae6 + a8d7899 commit 56f1dfc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deploy/example/storageclass-nfs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ parameters:
88
server: nfs-server.default.svc.cluster.local
99
share: /
1010
# csi.storage.k8s.io/provisioner-secret is only needed for providing mountOptions in DeleteVolume
11-
csi.storage.k8s.io/provisioner-secret-name: "mount-options"
12-
csi.storage.k8s.io/provisioner-secret-namespace: "default"
11+
# csi.storage.k8s.io/provisioner-secret-name: "mount-options"
12+
# csi.storage.k8s.io/provisioner-secret-namespace: "default"
1313
reclaimPolicy: Delete
1414
volumeBindingMode: Immediate
1515
mountOptions:

0 commit comments

Comments
 (0)