Kubernetes’ RBAC can set special resource as [“pod”] or [“cronjob”]. But want to set all resources with the same verbs. Is it the right method? [“”]
The right way to add all resources in RBAC is using ["*"] instead of naming any resources.