Merge branch 'Zebradil-master-patch-80180' into 'master'
Fix key name of the postgresql chart values See merge request glitchtip/glitchtip-helm-chart!11
This commit is contained in:
commit
3be60a11ba
|
@ -166,7 +166,7 @@ serviceAccount:
|
||||||
# If not set and create is true, a name is generated using the fullname template
|
# If not set and create is true, a name is generated using the fullname template
|
||||||
name:
|
name:
|
||||||
|
|
||||||
|
# For configuration options, see https://artifacthub.io/packages/helm/bitnami/redis
|
||||||
redis:
|
redis:
|
||||||
enabled: true
|
enabled: true
|
||||||
architecture: standalone
|
architecture: standalone
|
||||||
|
@ -177,7 +177,8 @@ redis:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|
||||||
# Default to disabled, use a managed database service. But can be enabled here.
|
# Default to disabled, use a managed database service. But can be enabled here.
|
||||||
|
# For configuration options, see https://artifacthub.io/packages/helm/bitnami/postgresql
|
||||||
postgresql:
|
postgresql:
|
||||||
enabled: false
|
enabled: false
|
||||||
#auth:
|
# auth:
|
||||||
# password: # Must be set
|
# postgresPassword: # Must be set
|
||||||
|
|
Loading…
Reference in a new issue