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 c2c6e4c commit b7ff8bd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .kontinuous/env/dev/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ app-strapi:
- secretRef:
name: "pg-app"
#
# désactivé le temps de mettre CNPG en prod et se baser dessus pour le restore

# todo: a remplacer par une conf de restore CNPG
#
jobs:
runs:
restore:
Expand All @@ -30,11 +30,11 @@ jobs:
checkout: false
with:
mountPath: /mnt/restore
restorePath: "${LATEST}/prod_db.psql.gz"
restorePath: "${LATEST}"
pgAdminUserSecretRefName: pg-superuser
env:
- name: RESTORE_PATH
value: "${LATEST}/prod_db.psql.gz"
value: "${LATEST}"
- name: OWNER
value: "{{ $.Values.global.pgUser }}"
- name: MOUNT_PATH
Expand Down

0 comments on commit b7ff8bd

Please sign in to comment.