Add manual (static) provisioning example
This commit is contained in:
parent
638df760b3
commit
5487b3f8f1
3 changed files with 48 additions and 1 deletions
deploy/kubernetes/examples
|
@ -1,3 +1,6 @@
|
|||
# Dynamically provisioned PVC:
|
||||
# A bucket or path inside bucket will be created automatically
|
||||
# for the PV and removed when the PV will be removed
|
||||
apiVersion: v1
|
||||
kind: PersistentVolumeClaim
|
||||
metadata:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue