Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.

Commit b18d1e3

Browse files
author
Corneil du Plessis
committed
Fix mariadb mount to be /var/lib/mysql
1 parent ac17c98 commit b18d1e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/kubernetes/mariadb/mariadb-deployment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ spec:
3535
memory: 1Gi
3636
volumeMounts:
3737
- name: data
38-
mountPath: /var/lib/mariadb
38+
mountPath: /var/lib/mysql
3939
args:
4040
- "--ignore-db-dir=lost+found"
4141
- "--character-set-server=utf8mb4"

0 commit comments

Comments
 (0)