fix(postgresql): correct group permissions on SCALE deployments of postgresql

This commit is contained in:
kjeld Schouten-Lebbing
2021-10-26 23:21:16 +02:00
parent 19d0b22119
commit d11f922d03
2 changed files with 2 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ name: postgresql
sources:
- https://www.postgresql.org/
type: application
version: 5.1.3
version: 5.1.4
annotations:
truecharts.org/catagories: |
- database

View File

@@ -605,7 +605,7 @@ questions:
description: The groupID this App of the user running the application"
schema:
type: int
default: 568
default: 0
- variable: fsGroup
label: "fsGroup"
description: "The group that should own ALL storage."