Skip to content

Commit

Permalink
doc: remove mount-options in example
Browse files Browse the repository at this point in the history
revert
  • Loading branch information
andyzhangx committed Jan 26, 2022
1 parent 6c3baa7 commit a8d7899
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/example/storageclass-nfs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ parameters:
server: nfs-server.default.svc.cluster.local
share: /
# csi.storage.k8s.io/provisioner-secret is only needed for providing mountOptions in DeleteVolume
csi.storage.k8s.io/provisioner-secret-name: "mount-options"
csi.storage.k8s.io/provisioner-secret-namespace: "default"
# csi.storage.k8s.io/provisioner-secret-name: "mount-options"
# csi.storage.k8s.io/provisioner-secret-namespace: "default"
reclaimPolicy: Delete
volumeBindingMode: Immediate
mountOptions:
Expand Down

0 comments on commit a8d7899

Please sign in to comment.