fix(ci): pass manifests to kubectl
This commit is contained in:
parent
f1dc1c53cb
commit
442c88a118
1 changed files with 1 additions and 1 deletions
|
|
@ -147,7 +147,7 @@ jobs:
|
|||
- name: Apply and verify rollout
|
||||
run: |
|
||||
kube() {
|
||||
docker run --rm --network host \
|
||||
docker run --rm -i --network host \
|
||||
-v "$PWD:/work" -w /work \
|
||||
registry.k8s.io/kubectl:v1.33.4 \
|
||||
--kubeconfig=/work/.ci/kubeconfig "$@"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue