Skip to content

Commit

Permalink
fixed namespace in tests
Browse files Browse the repository at this point in the history
Signed-off-by: Achref Ben Saadd <[email protected]>
  • Loading branch information
achrefbensaad committed Apr 12, 2022
1 parent 80fe438 commit 176e6bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/latest-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 176e6bf

Please sign in to comment.