diff --git a/.github/workflows/chart-testing.yaml b/.github/workflows/chart-testing.yaml index f8593b0..39159ec 100644 --- a/.github/workflows/chart-testing.yaml +++ b/.github/workflows/chart-testing.yaml @@ -20,6 +20,12 @@ jobs: - name: Set up kubectl uses: azure/setup-kubectl@v3 + - name: Create kind cluster + if: steps.list-changed.outputs.changed == 'true' + uses: helm/kind-action@v1.9.0 + with: + node_image: kindest/node:v1.30.2 + - name: Validate chart template with default values run: | helm repo add argo-helm-charts https://chanzuckerberg.github.io/argo-helm-charts/