chore: add secret for Shiny Gateway

This commit is contained in:
2023-04-27 17:58:24 +02:00
parent 289489d222
commit 818ac59a0f
+4
View File
@@ -42,6 +42,10 @@ spec:
valueMap:
SENTRY_DSN: ""
SENTRY_DISABLED: "true"
- key: "applications/shiny/gateway"
valueMap:
ISSUER: "auth0"
STRICT_SSL: "false"
- key: "rds/postgres/prod-psql"
valueMap:
POSTGRES_URL: "postgres://postgres:postgres@postgres:5432/postgres?sslmode=disable"