fix(ci): pass manifests to kubectl
Some checks failed
CI and deploy / verify (push) Successful in 2m4s
CI and deploy / publish (push) Successful in 37s
CI and deploy / deploy (push) Failing after 10m9s

This commit is contained in:
Alex 2026-08-27 20:05:32 +02:00
parent f1dc1c53cb
commit 442c88a118

View file

@ -147,7 +147,7 @@ jobs:
- name: Apply and verify rollout - name: Apply and verify rollout
run: | run: |
kube() { kube() {
docker run --rm --network host \ docker run --rm -i --network host \
-v "$PWD:/work" -w /work \ -v "$PWD:/work" -w /work \
registry.k8s.io/kubectl:v1.33.4 \ registry.k8s.io/kubectl:v1.33.4 \
--kubeconfig=/work/.ci/kubeconfig "$@" --kubeconfig=/work/.ci/kubeconfig "$@"