From 6e4daf35ad84384a4c58af3a6fce93e84b9f5ced Mon Sep 17 00:00:00 2001 From: titver968 Date: Wed, 7 Jan 2026 11:54:33 +0100 Subject: [PATCH] open-webui: logout redirect URL --- argocd/apps/open-webui/values-openwebui.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/argocd/apps/open-webui/values-openwebui.yaml b/argocd/apps/open-webui/values-openwebui.yaml index 44a7080..82a7c08 100644 --- a/argocd/apps/open-webui/values-openwebui.yaml +++ b/argocd/apps/open-webui/values-openwebui.yaml @@ -25,6 +25,8 @@ spec: extraEnvVars: - name: OAUTH_LOGOUT_REDIRECT_URL value: "https://innollm.innovation-hub-niedersachsen.de/" + - name: ENABLE_OAUTH_LOGOUT + value: "true" ingress: enabled: true