From cc91cc2f98ec725d5d5a85066dd9e6ea47f8781b Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Mon, 6 Mar 2023 10:28:21 +0000 Subject: [PATCH] [all] Switch to kind for testing cluster --- .github/workflows/lint-test.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/lint-test.yaml b/.github/workflows/lint-test.yaml index 3322bbe..c0f9265 100644 --- a/.github/workflows/lint-test.yaml +++ b/.github/workflows/lint-test.yaml @@ -39,10 +39,8 @@ jobs: - name: Run chart-testing (lint) run: ct lint --config .github/ct.yaml - - name: Create k3d cluster - uses: nolar/setup-k3d-k3s@v1 - with: - version: "v${{ env.K8S_VERSION }}" + - name: Create k8s Kind Cluster + uses: helm/kind-action@v1.4.0 if: steps.list-changed.outputs.changed == 'true' - name: Remove node taints