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
@@ -43,7 +43,7 @@ podSecurityContext:
volumeClaimTemplates:
db:
enabled: true
mountPath: "/tccr.io/truecharts/postgresql"
mountPath: "/bitnami/postgresql"
postgresqlPassword: "testpass"