Skip to content

Commit

Permalink
fix(tooling): add config file path in helm/kind-action (#1317)
Browse files Browse the repository at this point in the history
  • Loading branch information
clamoriniere authored Feb 12, 2024
1 parent 50367ca commit e099df6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .github/kind_config.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
---
kind: Cluster
apiVersion: kind.x-k8s.io/v1alpha4
nodes:
- role: control-plane
labels:
disktype: ssd
- role: worker
labels:
disktype: ssd
- role: worker
labels:
disktype: ssd
- role: control-plane
labels:
disktype: ssd
- role: worker
labels:
disktype: ssd
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ jobs:
install-chart:
name: install-chart
runs-on: ubuntu-20.04
timeout-minutes: 60
needs:
- lint-chart
- kubeval-chart
Expand All @@ -124,6 +125,7 @@ jobs:
uses: helm/kind-action@v1.5.0
with:
node_image: kindest/node:${{ matrix.k8s }}
config: .github/kind_config.yaml
- uses: actions/setup-python@v4
with:
python-version: 3.7
Expand Down

0 comments on commit e099df6

Please sign in to comment.