From d9705a037bc08ebaf8cadf5d222c59d039b59287 Mon Sep 17 00:00:00 2001 From: mbelfares Date: Sun, 7 Jun 2026 22:11:36 +0200 Subject: [PATCH] feat: manual only deployment --- helm/airflow/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/airflow/values.yaml b/helm/airflow/values.yaml index 5dc5c6b..ef372b3 100644 --- a/helm/airflow/values.yaml +++ b/helm/airflow/values.yaml @@ -26,7 +26,7 @@ apiServer: "icon": "fa-key", "remote_app": { "client_id": "airflow", - "client_secret": "kbUXWFjemGqHdfEZg5gxgcCnjK0y6eel", + "client_secret": "tQ8qEcESoBN6RwSzxE69DsAUEj1lbQxO", "api_base_url": "http://keycloak.49.13.143.254.nip.io/auth/realms/airflow-realm/protocol/openid-connect", "request_token_url": None, "access_token_url": "http://keycloak.49.13.143.254.nip.io/auth/realms/airflow-realm/protocol/openid-connect/token",