Skip to content

Commit

Permalink
Fix istio CI workflow by adding --embed-certs
Browse files Browse the repository at this point in the history
Related to #29536
  • Loading branch information
Sgitario committed Jan 17, 2023
1 parent 832c06f commit 396b06d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-istio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
minikube version: v1.16.0
kubernetes version: ${{ matrix.kubernetes }}
github token: ${{ secrets.GITHUB_TOKEN }}
start args: '--addons=metrics-server --force'
start args: '--embed-certs --addons=metrics-server --force'
- name: Quay login
uses: docker/login-action@v2
with:
Expand Down

0 comments on commit 396b06d

Please sign in to comment.