Commit e0f07e89 authored by Vitaliy Filippov's avatar Vitaliy Filippov
Browse files

Fix static PVC example

parent 3925b559
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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: ""