diff --git a/deploy/twingate-operator/templates/clusterrole.yaml b/deploy/twingate-operator/templates/clusterrole.yaml index 3174d0b1..221c7506 100644 --- a/deploy/twingate-operator/templates/clusterrole.yaml +++ b/deploy/twingate-operator/templates/clusterrole.yaml @@ -21,7 +21,7 @@ rules: # Application - apiGroups: [twingate.com] - resources: [twingateresources, twingateresourceaccesses, twingateconnectors] + resources: [twingateresources, twingateresourceaccesses, twingateconnectors, twingategroups] verbs: [list, watch, patch, get, create] - apiGroups: ["*"]