Skip to content

Commit

Permalink
add namespace to commands (#1634)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Kalantar <[email protected]>
  • Loading branch information
kalantar authored Sep 8, 2023
1 parent 8fd8098 commit 247f968
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/verifyuserexperience.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -428,8 +428,8 @@ jobs:
- name: View test logs and delete test
run: |
kubectl logs -l iter8.tools/test=httpbin-test
helm delete httpbin-test
kubectl -n experiments logs -l iter8.tools/test=httpbin-test
helm delete httpbin-test -n experiments
- name: Expose metrics service
run: |
Expand Down

0 comments on commit 247f968

Please sign in to comment.