We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d743026 commit 7c9a62fCopy full SHA for 7c9a62f
1 file changed
scripts/openshift-CI-kuttl-tests.sh
@@ -44,7 +44,13 @@ echo WTF4
44
45
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
46
47
-oc logs pod/$pod
+oc logs -n openshift-gitops-operator -n pod/$pod
48
+
49
50
51
52
53
54
55
oc get pods -n test-argocd
56
0 commit comments