diff --git a/.github/workflows/ci-test.yml b/.github/workflows/ci-test.yml index 8e99ac4b22..5233cd37e3 100644 --- a/.github/workflows/ci-test.yml +++ b/.github/workflows/ci-test.yml @@ -81,7 +81,7 @@ jobs: make docker-build docker-push IMG=$REGIP:5000/webhook make deploy IMG=$REGIP:5000/webhook sleep 10 - kubectl describe po -n kubearmorannotation-system + kubectl describe po -n kube-system popd - name: Run kubectl proxy diff --git a/.github/workflows/latest-release.yml b/.github/workflows/latest-release.yml index a0b951d357..7b77479ffb 100644 --- a/.github/workflows/latest-release.yml +++ b/.github/workflows/latest-release.yml @@ -62,7 +62,7 @@ jobs: make docker-build docker-push IMG=$REGIP:5000/webhook make deploy IMG=$REGIP:5000/webhook sleep 10 - kubectl describe po -n kubearmorannotation-system + kubectl describe po -n kube-system popd - name: Generate KubeArmor artifacts