Skip to content

Commit 7f5524c

Browse files
committed
Update
1 parent 73b33b1 commit 7f5524c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/openshift/e2e/sequential/1-040_validate_quoted_RBAC_group_names/01-login_argocd_api_server.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ commands:
1515
api_server=$(oc get routes -n openshift-gitops --field-selector metadata.name=openshift-gitops-server -o jsonpath="{.items[*]['spec.host']}")
1616
password=$(oc get secret openshift-gitops-cluster -n openshift-gitops -o jsonpath='{.data.admin\.password}' | base64 -d)
1717
18+
argocd version || true
19+
1820
echo "argocd login $api_server --username admin --insecure"
1921
2022
output=$(argocd login $api_server --username admin --password $password --insecure)

0 commit comments

Comments
 (0)