From 2eedcb29633d50f5ad0086247a3ca73d889a3dc9 Mon Sep 17 00:00:00 2001 From: Michael Francis Date: Wed, 11 Sep 2024 21:23:59 +0100 Subject: [PATCH] add crd manually --- .github/workflows/tests.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 6944ab8..185aebd 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -21,6 +21,4 @@ jobs: uses: helm/kind-action@v1 - name: Run the tests run: | - kubectl apply -f manifests/deployment.yaml - kubectl apply -f manifests/example.yaml --validate=false tilt ci