| Colum Foskin The repo for the sidecar is: https://github.com/aerogear/ups-config-operator The relevant code is here: https://github.com/aerogear/ups-config-operator/blob/master/cmd/server/main.go#L109 After the variant is created in UPS via a http request we create a config map on the Openshift side to represent that variant. We now need an additional property in that config map that stores a direct link to the variant. You probably need to figure out how to construct that by clicking on the variant in the UPS UI and inspecting the URL. Have a look at the upsSecret (https://github.com/aerogear/ups-config-operator/blob/master/cmd/server/main.go#L232) to get information about the base URL of the push server. |