Skip to content

Commit 45247dd

Browse files
committed
k8s-deployment
1 parent c354d84 commit 45247dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployments/mysql-deployment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
labels:
66
type: local
77
spec:
8-
storageClassName: standard # The class of storage. A PV Claim requesting the same storageClass can be bound to this volume.
8+
storageClassName: standard # Storage class. A PV Claim requesting the same storageClass can be bound to this volume.
99
capacity:
1010
storage: 250Mi
1111
accessModes:

0 commit comments

Comments
 (0)