mirror of
https://github.com/nikdoof/helm-charts.git
synced 2025-12-17 20:09:21 +00:00
[all] Fix lint-test workflow
This commit is contained in:
2
.github/workflows/lint-test.yaml
vendored
2
.github/workflows/lint-test.yaml
vendored
@@ -42,7 +42,7 @@ jobs:
|
|||||||
- name: Create k3d cluster
|
- name: Create k3d cluster
|
||||||
uses: nolar/setup-k3d-k3s@v1
|
uses: nolar/setup-k3d-k3s@v1
|
||||||
with:
|
with:
|
||||||
version: v"${{ env.K8S_VERSION }}"
|
version: "v${{ env.K8S_VERSION }}"
|
||||||
if: steps.list-changed.outputs.changed == 'true'
|
if: steps.list-changed.outputs.changed == 'true'
|
||||||
|
|
||||||
- name: Remove node taints
|
- name: Remove node taints
|
||||||
|
|||||||
Reference in New Issue
Block a user