fix(deps): correct mountpath mistakes

This commit is contained in:
kjeld Schouten-Lebbing 2021-12-05 12:37:24 +01:00
parent cf8817ae70
commit 2ba49a94b1
No known key found for this signature in database
GPG Key ID: 4CDAD4A532BC1EDB
3 changed files with 3 additions and 3 deletions

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/)

View File

@ -43,7 +43,7 @@ podSecurityContext:
volumeClaimTemplates:
db:
enabled: true
mountPath: "/tccr.io/truecharts/postgresql"
mountPath: "/bitnami/postgresql"
postgresqlPassword: "testpass"

View File

@ -58,7 +58,7 @@ service:
volumeClaimTemplates:
data:
enabled: true
mountPath: "/tccr.io/truecharts/redis"
mountPath: "/bitnami/redis"
# -- Probe configuration
# -- [[ref]](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/)