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