Skip to content

Commit

Permalink
e2e-test-config.sh configures the kafka admin endpoint template to http
Browse files Browse the repository at this point in the history
Why:
On a kas-installer OSD cluster the e2e tests were failing with the config generated by
this script because there was no https route to the admin service.
  • Loading branch information
robobario committed Oct 6, 2022
1 parent 43625b5 commit c808697
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions e2e-test-config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ cat <<EOF
"OPENSHIFT_IDENTITY_LOGIN_FORM_ID": "${REDHAT_SSO_LOGIN_FORM_ID}",
"KAFKA_INSECURE_TLS": "true",
"KAFKA_INSTANCE_API_TEMPLATE": "http://admin-server-%s",
"OPENSHIFT_API_URI": "https://$(${OC} get route kas-fleet-manager -n kas-fleet-manager-${USER} --template='{{ .spec.host }}')"
}
Expand Down

0 comments on commit c808697

Please sign in to comment.