Skip to content

Watch all namespaces for Runner resources

Watch all namespaces for requests to the GitLab Runner operator to support multi-tenant environments.

The following changes were made:

  • Refactor main.go. No functional change.
  • Update the RBAC markers in controllers/runner_controller.go
  • Remove WATCH_NAMESPACE in config/manager/manager.yaml
  • Convert custom roles and rolebindings in config/rbac to clusterroles and clusterrolebindings respectively

Closes #33 (closed)

Merge request reports