feat(helm): expose DATABASE_URL (#5445)

This commit is contained in:
Don Kendall
2022-07-05 18:26:50 -04:00
committed by GitHub
parent 48077fc9e5
commit 4f2dd36e33
3 changed files with 10 additions and 1 deletions

View File

@@ -102,6 +102,10 @@ sideload:
# - name: HTTPS_PROXY
# value: http://my.proxy.com:3128
## This will override the postgresql chart values
# externalPostgresql:
# databaseURL: postgresql://postgres:postgres@postgres:5432/wiki?sslmode=require
## Configuration values for the postgresql dependency.
## ref: https://github.com/kubernetes/charts/blob/master/stable/postgresql/README.md
##