fix(deps): correct mountpath mistakes
This commit is contained in:
parent
cf8817ae70
commit
2ba49a94b1
|
@ -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/)
|
||||
|
|
|
@ -43,7 +43,7 @@ podSecurityContext:
|
|||
volumeClaimTemplates:
|
||||
db:
|
||||
enabled: true
|
||||
mountPath: "/tccr.io/truecharts/postgresql"
|
||||
mountPath: "/bitnami/postgresql"
|
||||
|
||||
|
||||
postgresqlPassword: "testpass"
|
||||
|
|
|
@ -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/)
|
||||
|
|
Loading…
Reference in New Issue