From 09c54569188ab7065a27a7a62de55eebf7eec737 Mon Sep 17 00:00:00 2001 From: Kevin Wilder Date: Tue, 12 Jan 2021 12:13:17 -0700 Subject: [PATCH] enable postgres installation by default --- chart/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chart/values.yaml b/chart/values.yaml index c0a1c5c..1d0d892 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -657,7 +657,7 @@ postgresql: postgresqlUsername: gitlab # This just needs to be set. It will use a second entry in existingSecret for postgresql-postgres-password postgresqlPostgresPassword: bogus - install: false + install: true postgresqlDatabase: gitlabhq_production image: ## could not get IronBank hardened image to work with the postgres sub-chart -- GitLab