From a15de182e5c4bd36bcb1ea1fb7fc153b9ce8ab91 Mon Sep 17 00:00:00 2001 From: mbelfares Date: Sat, 13 Jun 2026 22:25:39 +0200 Subject: [PATCH] fix ssh key for git sync --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 0f90f45..a0dea47 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -45,8 +45,8 @@ jobs: run: | helm upgrade --install ingress-nginx ingress-nginx/ingress-nginx \ --namespace ingress-nginx \ - --create-namespace \ - --wait + --create-namespace + - name: Create Airflow git-sync SSH secret if: ${{ inputs.service == 'all' || inputs.service == 'airflow' }} env: