Skip to content

Commit

Permalink
switch to kind
Browse files Browse the repository at this point in the history
Signed-off-by: Zach Aller <[email protected]>
  • Loading branch information
zachaller committed Jul 19, 2024
1 parent 31a048a commit 191023e
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/ci-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,17 @@ jobs:
go.sum
- name: Create k8s Kind Cluster
uses: helm/kind-action@v1
version: v0.23.0
with:
k8s-version: v${{ matrix.kubernetes-minor-version }}
name: kind-${{ matrix.kubernetes-minor-version }}
config: |
kind: Cluster
apiVersion: kind.x-k8s.io/v1alpha4
nodes:
- role: control-plane
- role: worker
- role: worker
version: v0.23.0
- name: Checkout Repo
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # pin@v4
- name: Get dependencies
Expand Down

0 comments on commit 191023e

Please sign in to comment.