From 44796764dad7485d3d612fc0c142a89f38d2eb53 Mon Sep 17 00:00:00 2001 From: Enrique Garcia <40355845+garciagenrique@users.noreply.github.com> Date: Mon, 11 Nov 2024 17:33:30 +0100 Subject: [PATCH] hotfix:PR289 (#290) --- infrastructure/cluster/flux/jhub/jhub-release.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/infrastructure/cluster/flux/jhub/jhub-release.yaml b/infrastructure/cluster/flux/jhub/jhub-release.yaml index e03d453..2065835 100644 --- a/infrastructure/cluster/flux/jhub/jhub-release.yaml +++ b/infrastructure/cluster/flux/jhub/jhub-release.yaml @@ -46,6 +46,9 @@ 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" @@ -63,10 +66,6 @@ spec: - profile - email - offline_access - - extraEnvFrom: - - secretRef: - name: jupyterhub-auth-state # in the secret: export JUPYTERHUB_CRYPT_KEY=$(openssl rand -hex 32) extraConfig: