Skip to content

Commit e0f07e8

Browse files
committed
Fix static PVC example
1 parent 3925b55 commit e0f07e8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

deploy/kubernetes/examples/pvc-manual.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
apiVersion: v1
66
kind: PersistentVolume
77
metadata:
8-
name: manualbucket/path
8+
name: manualbucket-with-path
99
spec:
1010
storageClassName: csi-s3
1111
capacity:
@@ -14,7 +14,7 @@ spec:
1414
- ReadWriteMany
1515
claimRef:
1616
namespace: default
17-
name: manualclaim
17+
name: csi-s3-manual-pvc
1818
csi:
1919
driver: ru.yandex.s3.csi
2020
controllerPublishSecretRef:
@@ -34,7 +34,7 @@ spec:
3434
apiVersion: v1
3535
kind: PersistentVolumeClaim
3636
metadata:
37-
name: csi-s3-pvc
37+
name: csi-s3-manual-pvc
3838
spec:
3939
# Empty storage class disables dynamic provisioning
4040
storageClassName: ""

0 commit comments

Comments
 (0)