add manual pvc mount options

This commit is contained in:
amonhuang 2022-09-28 10:45:01 +08:00
parent 35a528e1c1
commit f658121c77

1
deploy/kubernetes/examples/pvc-manual.yaml Normal file → Executable file
View file

@ -29,6 +29,7 @@ spec:
volumeAttributes: volumeAttributes:
capacity: 10Gi capacity: 10Gi
mounter: geesefs mounter: geesefs
options: --memory-limit 1000 --dir-mode 0777 --file-mode 0666
volumeHandle: manualbucket/path volumeHandle: manualbucket/path
--- ---
apiVersion: v1 apiVersion: v1