Skip to content

Use clusterName arg for gitlab webhook URL generation

Vineet Reddy Rajula requested to merge gitlab-webhook-fix into master

In some clusters, probably because of the InClusterConfig used by the operator, the gitlabWebhookURL value in the status reported private IP of the API server instead of the DNS name. This MR will take the ClusterName as an argument and generates the gitlabWebhookURL with it.

Post deploy actions

For existing sites, the gitlabWebhookURL needs to be removed manually for the new one to be updated

Edited by Vineet Reddy Rajula

Merge request reports