Skip to content

Commit

Permalink
add kind cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
dtsai-czi committed Aug 30, 2024
1 parent 7c6cc4d commit 5e9c172
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/chart-testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit 5e9c172

Please sign in to comment.