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 73b33b1 commit 7f5524cCopy full SHA for 7f5524c
test/openshift/e2e/sequential/1-040_validate_quoted_RBAC_group_names/01-login_argocd_api_server.yaml
@@ -15,6 +15,8 @@ commands:
15
api_server=$(oc get routes -n openshift-gitops --field-selector metadata.name=openshift-gitops-server -o jsonpath="{.items[*]['spec.host']}")
16
password=$(oc get secret openshift-gitops-cluster -n openshift-gitops -o jsonpath='{.data.admin\.password}' | base64 -d)
17
18
+ argocd version || true
19
+
20
echo "argocd login $api_server --username admin --insecure"
21
22
output=$(argocd login $api_server --username admin --password $password --insecure)
0 commit comments