This commit is contained in:
Joseph Hanson 2024-07-09 09:32:03 -05:00
parent 0928165c57
commit 76e5992da6
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -51,7 +51,6 @@ spec:
mountOptions: mountOptions:
- noatime - noatime
- nfsvers=4.1 - nfsvers=4.1
- nolock
secrets: secrets:
provisioner-secret: provisioner-secret:
controller-publish-secret: controller-publish-secret:
@ -114,7 +113,7 @@ spec:
shareStrategy: "setDatasetProperties" shareStrategy: "setDatasetProperties"
shareStrategySetDatasetProperties: shareStrategySetDatasetProperties:
properties: properties:
# sharenfs: "rw,no_subtree_check,no_root_squash" sharenfs: "rw,no_subtree_check,no_root_squash"
sharenfs: "on" # sharenfs: "on"
# share: "" # share: ""
shareHost: "10.1.1.13" shareHost: "10.1.1.13"