From 4e91c5a9fd6089edc20f3712dd22296c838430af Mon Sep 17 00:00:00 2001 From: mbelfares Date: Sun, 7 Jun 2026 16:36:37 +0200 Subject: [PATCH] feat: manual only deployment --- helm/airflow/values.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/helm/airflow/values.yaml b/helm/airflow/values.yaml index 5e0a32a..b6b8072 100644 --- a/helm/airflow/values.yaml +++ b/helm/airflow/values.yaml @@ -27,11 +27,11 @@ apiServer: "remote_app": { "client_id": "airflow", "client_secret": "kbUXWFjemGqHdfEZg5gxgcCnjK0y6eel", - "api_base_url": "http://keycloak.49.13.143.254.nip.io/realms/master/protocol/openid-connect", + "api_base_url": "http://keycloak.49.13.143.254.nip.io/auth/realms/master/protocol/openid-connect", "request_token_url": None, - "access_token_url": "http://keycloak.49.13.143.254.nip.io/realms/master/protocol/openid-connect/token", - "authorize_url": "http://keycloak.49.13.143.254.nip.io/realms/master/protocol/openid-connect/auth", - "jwks_uri": "http://keycloak.49.13.143.254.nip.io/realms/master/protocol/openid-connect/certs", + "access_token_url": "http://keycloak.49.13.143.254.nip.io/auth/realms/master/protocol/openid-connect/token", + "authorize_url": "http://keycloak.49.13.143.254.nip.io/auth/realms/master/protocol/openid-connect/auth", + "jwks_uri": "http://keycloak.49.13.143.254.nip.io/auth/realms/master/protocol/openid-connect/certs", "client_kwargs": { "scope": "openid email profile" }