We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45885da commit 8c9cea5Copy full SHA for 8c9cea5
test/openshift/e2e/sequential/1-040_validate_quoted_RBAC_group_names/01-login_argocd_api_server.yaml
@@ -29,7 +29,8 @@ commands:
29
echo "Output:"
30
echo $output
31
32
- kubectl logs deployment/openshift-gitops-server -n openshift-gitops
+ kubectl logs deployment/openshift-gitops-server -n openshift-gitops || true
33
+ kubectl logs deployment/openshift-gitops-dex-server -n openshift-gitops || true
34
35
if ! [[ "${output}" =~ "'admin:login' logged in successfully" ]]; then
36
exit 1
0 commit comments