Merge pull request #34 from amonhuang/pvc-manual-options
add manual pvc mount options
This commit is contained in:
commit
874dedcd3b
1 changed files with 1 additions and 0 deletions
1
deploy/kubernetes/examples/pvc-manual.yaml
Normal file → Executable file
1
deploy/kubernetes/examples/pvc-manual.yaml
Normal file → Executable 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
|
||||
|
|
Loading…
Reference in a new issue