Skip to content

Commit

Permalink
Fix mariadb mount to be /var/lib/mysql
Browse files Browse the repository at this point in the history
Fixes #5877
  • Loading branch information
Corneil du Plessis committed Jul 30, 2024
1 parent ac17c98 commit 8187495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kubernetes/mariadb/mariadb-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ spec:
memory: 1Gi
volumeMounts:
- name: data
mountPath: /var/lib/mariadb
mountPath: /var/lib/mysql
args:
- "--ignore-db-dir=lost+found"
- "--character-set-server=utf8mb4"
Expand Down

0 comments on commit 8187495

Please sign in to comment.