Skip to content

Commit

Permalink
hotfix:PR289&PR290
Browse files Browse the repository at this point in the history
  • Loading branch information
garciagenrique committed Nov 11, 2024
1 parent 4479676 commit b501eb2
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions infrastructure/cluster/flux/jhub/jhub-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ spec:
- kind: ConfigMap
name: jhub-profiles
valuesKey: values.yaml
- kind: Secret
name: jupyterhub-auth-state
valuesKey: JUPYTERHUB_CRYPT_KEY
targetPath: hub.extraEnv.JUPYTERHUB_CRYPT_KEY

values:
proxy:
Expand All @@ -46,9 +50,7 @@ spec:
db:
#upgrade: true
type: postgres # passed as s secret (dbconnect string) from the jhub-vre-db secret
extraEnvFrom:
- secretRef:
name: jupyterhub-auth-state # in the secret: export JUPYTERHUB_CRYPT_KEY=$(openssl rand -hex 32)

config:
JupyterHub:
authenticator_class: "generic-oauth"
Expand Down

0 comments on commit b501eb2

Please sign in to comment.