Skip to content
This repository was archived by the owner on Oct 14, 2020. It is now read-only.

Commit 8aa94f8

Browse files
committed
Use correct namespace in psot failure inspection
1 parent ba5a3e5 commit 8aa94f8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -277,9 +277,9 @@ jobs:
277277
- name: Inspect Post Failure
278278
if: failure()
279279
run: |
280-
kubectl get scan -o wide
281-
kubectl get jobs -o wide
282-
kubectl get pods -o wide
280+
kubectl -n integration-tests get scan -o wide
281+
kubectl -n integration-tests get jobs -o wide
282+
kubectl -n integration-tests get pods -o wide
283283
- name: "Inspect Operator"
284284
run: |
285285
echo "Deployment in namspace 'securecodebox-system'"

0 commit comments

Comments
 (0)