Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Bouquillon committed Nov 1, 2023
1 parent 52ffebe commit 99941b3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .kontinuous/env/dev/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,13 @@ jobs:
mountPath: /mnt/restore
restorePath: "${LATEST}/prod_db.psql.gz"
pgAdminUserSecretRefName: pg-superuser
env:
- name: PGPASSWORD
value: "$(password)"
- name: PGUSER
value: "$(username)"
- name: PGHOST
value: "pg-rw"
volumeMounts:
- name: restore
mountPath: /mnt/restore
Expand Down

0 comments on commit 99941b3

Please sign in to comment.