Skip to content

[Controller] Fix Webservice endpoint & service names when setting GitLab Status

Mitchell Nielsen requested to merge 99-fix-gitlab-status into master

Fixes the Webservice service and endpoint names when setting the GitLab Status. This fixes an issue where GitLab was fully reconciled and running, but the status was stuck in "Initializing".

Closes #99 (closed)

Testing

❯ kubectl get gitlabs/gitlab -n gitlab-system -o json | jq '.status.phase'
"Running"
Edited by Mitchell Nielsen

Merge request reports

Loading