You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The controller-runtime's caching client is setting up watches by default for repositories and for the wildcard resources used by packagevariantSet controller. The defined rbac configuration is requesting rights to watch resources.
Also, as a side improvement, it would be good to call out that the packageVariantSet controller requires get/list/watch rights for repository resources in the rbac configurations
The text was updated successfully, but these errors were encountered:
The controller-runtime's caching client is setting up watches by default for repositories and for the wildcard resources used by packagevariantSet controller. The defined rbac configuration is requesting rights to watch resources.
//+kubebuilder:rbac:groups=,resources=,verbs=list
Also, as a side improvement, it would be good to call out that the packageVariantSet controller requires get/list/watch rights for repository resources in the rbac configurations
The text was updated successfully, but these errors were encountered: