From fca0731d1e4b06bff0f05e8256bc716fe8e7d942 Mon Sep 17 00:00:00 2001 From: Vibhav Bobade Date: Tue, 27 Feb 2024 02:05:26 +0530 Subject: [PATCH] install flux cli --- .github/workflows/e2e-with-cluster.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/e2e-with-cluster.yaml b/.github/workflows/e2e-with-cluster.yaml index 4a7d2708..3bc18f4e 100644 --- a/.github/workflows/e2e-with-cluster.yaml +++ b/.github/workflows/e2e-with-cluster.yaml @@ -24,6 +24,7 @@ jobs: - name: Install FluxCD run: | + curl -s https://fluxcd.io/install.sh | sudo bash flux install --namespace=flux-system --components="source-controller,helm-controller" - name: Run e2e tests