From 679b778ac682ce3d6e99ecfedd39e7cade617d64 Mon Sep 17 00:00:00 2001 From: Om Mishra <32200996+mishraomp@users.noreply.github.com> Date: Wed, 1 Nov 2023 23:04:25 -0700 Subject: [PATCH] fix(helm): read the secret from correct place into Env var for backup container. (#1567) --- charts/quickstart-openshift/values.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/charts/quickstart-openshift/values.yaml b/charts/quickstart-openshift/values.yaml index 4c8aa8d0c..64f567d2d 100644 --- a/charts/quickstart-openshift/values.yaml +++ b/charts/quickstart-openshift/values.yaml @@ -454,7 +454,6 @@ backup: fromGlobalSecret: - name: DATABASE_PASSWORD key: password - secretName: '{{ .Release.Name }}-bitnami-pg' # this is interpolated, it will be replaced with the actual value, pg is the alias for crunchy. - name: POSTGRESQL_DATABASE key: databaseName - name: DATABASE_USER