Skip to content

Commit

Permalink
Merge pull request #53 from Sybrand/fix_env_name
Browse files Browse the repository at this point in the history
Changed environment names to match documentation.
  • Loading branch information
WadeBarnes authored Jun 17, 2020
2 parents 33fdad0 + eec69ab commit 1e5df8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openshift/templates/backup/backup-cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -220,12 +220,12 @@ objects:
configMapKeyRef:
name: "${JOB_NAME}-config"
key: POSTGRESQL_DATABASE
- name: POSTGRESQL_USER
- name: DATABASE_USER
valueFrom:
secretKeyRef:
name: "${DATABASE_DEPLOYMENT_NAME}"
key: "${DATABASE_USER_KEY_NAME}"
- name: POSTGRESQL_PASSWORD
- name: DATABASE_PASSWORD
valueFrom:
secretKeyRef:
name: "${DATABASE_DEPLOYMENT_NAME}"
Expand Down

0 comments on commit 1e5df8d

Please sign in to comment.