Skip to content

Commit 5c36f70

Browse files
committed
Fix storageClassName for k3s
1 parent f4ab1a6 commit 5c36f70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.helm/templates/database.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ spec:
3030
- metadata:
3131
name: mysql-data
3232
spec:
33-
storageClassName: localpath-system
33+
storageClassName: local-path
3434
accessModes: ["ReadWriteOnce"]
3535
resources:
3636
requests:

0 commit comments

Comments
 (0)