Skip to content

Commit 20a7d35

Browse files
committed
feat(pvc_default.yml): Add commented storageClassName
1 parent b84074a commit 20a7d35

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pvc_default.yml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ kind: PersistentVolumeClaim
33
metadata:
44
name: default-pvc
55
spec:
6+
# storageClassName: standard
67
accessModes:
78
- ReadWriteOnce
89
# - ReadWriteMany

0 commit comments

Comments
 (0)