Fix static PVC example
This commit is contained in:
parent
3925b5595a
commit
e0f07e8971
1 changed files with 3 additions and 3 deletions
|
@ -5,7 +5,7 @@
|
|||
apiVersion: v1
|
||||
kind: PersistentVolume
|
||||
metadata:
|
||||
name: manualbucket/path
|
||||
name: manualbucket-with-path
|
||||
spec:
|
||||
storageClassName: csi-s3
|
||||
capacity:
|
||||
|
@ -14,7 +14,7 @@ spec:
|
|||
- ReadWriteMany
|
||||
claimRef:
|
||||
namespace: default
|
||||
name: manualclaim
|
||||
name: csi-s3-manual-pvc
|
||||
csi:
|
||||
driver: ru.yandex.s3.csi
|
||||
controllerPublishSecretRef:
|
||||
|
@ -34,7 +34,7 @@ spec:
|
|||
apiVersion: v1
|
||||
kind: PersistentVolumeClaim
|
||||
metadata:
|
||||
name: csi-s3-pvc
|
||||
name: csi-s3-manual-pvc
|
||||
spec:
|
||||
# Empty storage class disables dynamic provisioning
|
||||
storageClassName: ""
|
||||
|
|
Loading…
Reference in a new issue