Skip to content

Commit

Permalink
fix: move config to configmap instead
Browse files Browse the repository at this point in the history
  • Loading branch information
reinthal committed Dec 2, 2024
1 parent 6ccf0a1 commit 96e84f0
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion apps/base/dagster/oauth2-proxy-dagster-helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,16 @@ spec:
values:

config:
configFile: |-
provider = "keycloak-oidc"
redirect_url = "https://dagster.local.reinthal.cc/oauth2/callback"
oidc_issuer_url = "https://keycloak.local.reinthal.cc/auth/realms/reinthal"
email_domains = [ "reinthal.me" ]
allowed_roles = [ "dagster-operator" ]
code_challenge_method = "S256"
upstreams = [ "http://dagster-dagster-webserver.dagster.svc" ]

existingSecret: oauth2-proxy-dagster-secrets
existingConfig: oauth2-dagster-proxy-config

image:
pullPolicy: IfNotPresent
Expand Down

0 comments on commit 96e84f0

Please sign in to comment.