fix(deps): correct mountpath mistakes

This commit is contained in:
kjeld Schouten-Lebbing
2021-12-05 12:37:46 +01:00
parent cf8817ae70
commit 2ba49a94b1
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ podSecurityContext:
volumeClaimTemplates:
data:
enabled: true
mountPath: "/tccr.io/truecharts/mariadb"
mountPath: "/bitnami/mariadb"
# -- Probe configuration
# -- [[ref]](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/)