diff --git a/charts/amazon-cloudwatch-observability/templates/operator-clusterrole.yaml b/charts/amazon-cloudwatch-observability/templates/operator-clusterrole.yaml index 6aeec29..ef60393 100644 --- a/charts/amazon-cloudwatch-observability/templates/operator-clusterrole.yaml +++ b/charts/amazon-cloudwatch-observability/templates/operator-clusterrole.yaml @@ -41,13 +41,4 @@ rules: verbs: [ "get","patch","update" ] - apiGroups: [ "cloudwatch.aws.amazon.com" ] resources: [ "instrumentations" ] - verbs: [ "get","list","patch","update","watch" ] -- apiGroups: [ "coordination.k8s.io" ] - resources: [ "leases" ] - verbs: [ "create","get","list","update" ] -- apiGroups: [ "networking.k8s.io" ] - resources: [ "ingresses" ] - verbs: [ "create","delete","get","list","patch","update","watch" ] -- apiGroups: [ "route.openshift.io" ] - resources: [ "routes", "routes/custom-host" ] - verbs: [ "create","delete","get","list","patch","update","watch" ] + verbs: [ "get","list","patch","update","watch" ] \ No newline at end of file