`The WorkerResourceTemplate "*" is invalid: spec.template: Forbidden: requesting user "xxxxx" is not authorized to delete ScaledObject in namespace "xxx": permission denied ` We are using GKE, and I have Kubernetes Engine Admin role. The validation webhook only checks if RBAC/SubjectAccessReview is applied to user properly. Is it possible to delete WorkerResourceTemplate without adding RBAC roles? ``` > kubectl auth can-i delete ScaledObject -n x yes ```