From 5860c86e91b0dc6b12a060214614580fd546f341 Mon Sep 17 00:00:00 2001 From: Julien Bouquillon Date: Tue, 12 Dec 2023 00:47:50 +0100 Subject: [PATCH] fix --- .kontinuous/env/dev/values.yaml | 5 +++++ .kontinuous/env/preprod/values.yaml | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/.kontinuous/env/dev/values.yaml b/.kontinuous/env/dev/values.yaml index fa4a67ad8..0a87490c1 100644 --- a/.kontinuous/env/dev/values.yaml +++ b/.kontinuous/env/dev/values.yaml @@ -1,3 +1,8 @@ +global: + # to match prod database name adn make restore easier + pgUser: 1000jours + pgDatabase: 1000jours + app-strapi: ~needs: [pg, build-strapi] ~preDeploy.cleaner: diff --git a/.kontinuous/env/preprod/values.yaml b/.kontinuous/env/preprod/values.yaml index e0e894f3d..3b354b66a 100644 --- a/.kontinuous/env/preprod/values.yaml +++ b/.kontinuous/env/preprod/values.yaml @@ -1,3 +1,8 @@ +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]