From a123fcaaee9f96bac91e57455ba31efa65dbf8ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9A=B0=EC=B0=BD=ED=98=B8?= Date: Tue, 4 Feb 2025 15:19:40 +0900 Subject: [PATCH] Update custom-values.yaml --- charts/open-webui/custom-values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/open-webui/custom-values.yaml b/charts/open-webui/custom-values.yaml index 2ca6316..809992f 100644 --- a/charts/open-webui/custom-values.yaml +++ b/charts/open-webui/custom-values.yaml @@ -31,13 +31,13 @@ extraEnvVars: - name: OAUTH_CLIENT_SECRET value: UXVwsmPSbWZ0pZkxwdgeY88vl9JJZJLQ - name: OPENID_PROVIDER_URL - value: https://keycloak.examole.com/auth/realms/paasup/.well-known/openid-configuration + value: https://keycloak.example.com/auth/realms/paasup/.well-known/openid-configuration - name: OAUTH_PROVIDER_NAME value: paasup - name: OAUTH_SCOPES value: 'openid email profile' - name: ENABLE_LOGIN_FORM - value: 'true' + value: 'false' - name: SSL_CERT_FILE value: '/etc/ssl/certs/keycloak/ca.crt' - name: ENABLE_OAUTH_SIGNUP