Skip to content

Commit

Permalink
Update values.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Bouquillon authored Dec 12, 2023
1 parent c99770c commit a268753
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .kontinuous/env/preprod/values.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
global:
# to match prod database name adn make restore easier
pgUser: 1000jours
pgDatabase: 1000jours

app-strapi:
host: "backoffice-1000jours-preprod.dev.fabrique.social.gouv.fr"
~needs: [pg, build-strapi]
Expand All @@ -22,6 +17,9 @@ pg:
cnpg-cluster:
recovery:
enabled: true
~tpl~database: "{{ .Values.global.pgDatabase }}"
~tpl~owner: "{{ .Values.global.pgUser }}"
secretName: "pg-db"
barmanObjectStore:
~tpl~destinationPath: "s3://les1000jours-prod-backups/les1000jours"
s3Credentials:
Expand Down

0 comments on commit a268753

Please sign in to comment.