From 2228055a8aae967f7b643232228da1e0d2bab25c Mon Sep 17 00:00:00 2001 From: mbelfares Date: Sun, 14 Jun 2026 18:44:39 +0200 Subject: [PATCH] feat: manual only deployment --- helm/airflow/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helm/airflow/values.yaml b/helm/airflow/values.yaml index 48062f7..22b5e92 100644 --- a/helm/airflow/values.yaml +++ b/helm/airflow/values.yaml @@ -41,7 +41,7 @@ apiServer: "icon": "fa-key", "remote_app": { "client_id": "airflow", - "client_secret": "TEQqjspeIrGRVLSxyArkjBMF3StaltwL", + "client_secret": "AtBq4q8FcHe4tsVWfT0rrJ4RjKdzMnhG", "authorize_url": "https://keycloak.idir-belfares.fr/auth/realms/k8s-apps/protocol/openid-connect/auth", "access_token_url": "http://keycloak-keycloakx-http.keycloak.svc.cluster.local/auth/realms/k8s-apps/protocol/openid-connect/token", "jwks_uri": "http://keycloak-keycloakx-http.keycloak.svc.cluster.local/auth/realms/k8s-apps/protocol/openid-connect/certs", @@ -51,4 +51,4 @@ apiServer: } } } - ] + ] \ No newline at end of file