Merge pull request #34 from amonhuang/pvc-manual-options

add manual pvc mount options
This commit is contained in:
Vitaliy Filippov 2023-06-15 19:17:36 +03:00 committed by GitHub
commit 874dedcd3b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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

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