From 176e6bf498424a350a346528f6e5123b4c674d26 Mon Sep 17 00:00:00 2001 From: Achref Ben Saadd Date: Tue, 12 Apr 2022 13:19:39 -0400 Subject: [PATCH] fixed namespace in tests Signed-off-by: Achref Ben Saadd --- .github/workflows/ci-test.yml | 2 +- .github/workflows/latest-release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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