[Controller] Fix Webservice endpoint & service names when setting GitLab Status
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