Skip to content

Commit

Permalink
fix(helm): read the secret from correct place into Env var for backup…
Browse files Browse the repository at this point in the history
… container. (#1567)
  • Loading branch information
mishraomp authored Nov 2, 2023
1 parent 382f9cd commit 679b778
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion charts/quickstart-openshift/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 679b778

Please sign in to comment.