Skip to content

Commit eae540a

Browse files
committed
Update
1 parent 8c9cea5 commit eae540a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ commands:
2424
2525
echo "argocd login $api_server --username admin --insecure"
2626
27-
output=$(argocd login $api_server --skip-test-tls --username admin --password $password --insecure)
27+
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)
2830
2931
echo "Output:"
3032
echo $output

0 commit comments

Comments
 (0)