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 8c9cea5 commit eae540aCopy full SHA for eae540a
test/openshift/e2e/sequential/1-040_validate_quoted_RBAC_group_names/01-login_argocd_api_server.yaml
@@ -24,7 +24,9 @@ commands:
24
25
echo "argocd login $api_server --username admin --insecure"
26
27
- output=$(argocd login $api_server --skip-test-tls --username admin --password $password --insecure)
+ output=$(argocd login $api_server --username admin --password $password --insecure)
28
+
29
+ # This worked: output=$(argocd login $api_server --skip-test-tls --username admin --password $password --insecure)
30
31
echo "Output:"
32
echo $output
0 commit comments