Skip to content

Commit

Permalink
merci adrien
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnaud AMBROSELLI committed Sep 15, 2023
1 parent 7ce7452 commit 0518fad
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .kontinuous/env/prod/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,6 @@ api:
dashboard:
host: "dashboard-mano.fabrique.social.gouv.fr"
certSecretName: dashboard-crt
with:
secrets:
sentry_auth_token:
secretName: dashboard
secretKey: SENTRY_AUTH_TOKEN

metabase:
enabled: true
Expand All @@ -49,3 +44,13 @@ oauth2-proxy:
additionalArgs:
- --skip-auth-route
- ^/public/.*,^/app/dist/.*,^/api/public/.*,^/api/session/.*,^/app/assets/.*

jobs:
~chart: jobs
runs:
build-dashboard:
with:
secrets:
sentry_auth_token:
secretName: dashboard
secretKey: SENTRY_AUTH_TOKEN

0 comments on commit 0518fad

Please sign in to comment.