Skip to content

Commit 7c9a62f

Browse files
committed
Update
Signed-off-by: Jonathan West <jonwest@redhat.com>
1 parent d743026 commit 7c9a62f

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

scripts/openshift-CI-kuttl-tests.sh

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,13 @@ echo WTF4
4444

4545
pod=openshift-gitops-operator-controller-manager && oc get pods `oc get pods --all-namespaces | grep $pod | head -1 | awk '{print $2}'` -n openshift-gitops-operator -o yaml
4646

47-
oc logs pod/$pod
47+
oc logs -n openshift-gitops-operator -n pod/$pod
48+
49+
50+
51+
52+
53+
4854

4955
oc get pods -n test-argocd
5056

0 commit comments

Comments
 (0)