Skip to content

Commit

Permalink
chore(csi): add a worker node to the kind job
Browse files Browse the repository at this point in the history
Signed-off-by: Alessio Pragliola <[email protected]>
  • Loading branch information
Al-Pragliola committed Oct 23, 2024
1 parent 648f4a0 commit 55ae816
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/csi-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
uses: helm/[email protected]
with:
node_image: "kindest/node:v1.27.11"
config: ./csi/test/kind_config.yaml

- name: Install kustomize
run: ./csi/scripts/install_kustomize.sh
Expand Down
5 changes: 5 additions & 0 deletions csi/test/kind_config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
apiVersion: kind.x-k8s.io/v1alpha4
kind: Cluster
nodes:
- role: control-plane
- role: worker

0 comments on commit 55ae816

Please sign in to comment.