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
When there are two identical Kubebuilders [same groups ] in different CRs and the verb in one of them is * then we need to add a condition that verbs=* and not verbs=*+[list, update...]
Bug Report
When there are two identical Kubebuilders [same groups ] in different CRs and the verb in one of them is * then we need to add a condition that verbs=* and not verbs=*+[list, update...]
In this example:
What did you do?
What did you expect to see?
astricks+[get,list,create]=astricks
What did you see instead? Under which circumstances?
Environment
Operator type:
Golang
Kubernetes cluster type:
Openshift
$ operator-sdk version
$ go version
(if language is Go)$ go version
go version go1.22.3 linux/amd64
$ kubectl version
Possible Solution
Additional context
The text was updated successfully, but these errors were encountered: