Skip to content

Commit

Permalink
Remove CNI argument from minikube start args in ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
lennartdohmann committed Nov 7, 2024
1 parent 62293e6 commit c941614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
minikube version: v1.34.0
kubernetes version: v1.30.0
driver: docker
start args: --cpus 4 --memory 8192 --cni=cilium
start args: --cpus 4 --memory 8192

- name: Set up kubectl
uses: azure/setup-kubectl@v3
Expand Down

0 comments on commit c941614

Please sign in to comment.