fix(postgresql): correct mistake in VCT
This commit is contained in:
@@ -22,7 +22,7 @@ name: postgresql
|
||||
sources:
|
||||
- https://www.postgresql.org/
|
||||
type: application
|
||||
version: 6.0.0
|
||||
version: 6.0.1
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- database
|
||||
|
||||
@@ -41,7 +41,7 @@ enableUpgradeBackup: false
|
||||
podSecurityContext:
|
||||
runAsGroup: 0
|
||||
|
||||
persistence:
|
||||
volumeClaimTemplates:
|
||||
db:
|
||||
enabled: true
|
||||
mountPath: "/bitnami/postgresql"
|
||||
|
||||
Reference in New Issue
Block a user