From a1f0eb2b9fb875e82f19ee88a7c2fb1cff80a9ae Mon Sep 17 00:00:00 2001 From: Michael Francis Date: Wed, 11 Sep 2024 17:31:50 +0100 Subject: [PATCH] WIP --- .github/workflows/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 3252ee2..0edb119 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -19,5 +19,5 @@ jobs: uses: helm/kind-action@v1 - name: Run the tests run: | - kubectl apply -f manifests/example.yaml + kubectl apply -f manifests/example.yaml --validate=false tilt ci