mirror of
https://github.com/nikdoof/helm-charts.git
synced 2025-12-13 05:32:14 +00:00
[all] Switch to kind for testing cluster
This commit is contained in:
6
.github/workflows/lint-test.yaml
vendored
6
.github/workflows/lint-test.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user