From 2c71bce54c73a9132a42227bed7e974a8d07aef8 Mon Sep 17 00:00:00 2001 From: infiniteregrets Date: Fri, 12 Jan 2024 23:30:43 +0530 Subject: [PATCH] FML --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 05834d0..adf5599 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -34,7 +34,7 @@ jobs: uses: medyagh/setup-minikube@latest - name: Run chart-testing (install) - run: helm install mirrord mirrord-operator --wait --set=license.key="1234567aa890" + run: helm install mirrord ./mirrord-operator --wait --set=license.key="1234567aa890" - name: wait for operator status run: |