alekc / gitlab-runner-operator

Kubernetes operator to manage gitlab runners.
Mozilla Public License 2.0
2 stars 1 forks source link

Changing tags doesn't work #5

Closed alekc closed 3 years ago

alekc commented 3 years ago

If a tag is changed on the runner, it's correctly registered on gitlab servers getting a new auth token, however, it shows that it has never contacted the gitlab server.

Check if the propagation from deployment to the pod is working as expected, write a test which covers the issue if it;s not.