diff --git a/deploy/hubble/manifests/controller/helm/retina/templates/operator/clusterrole.yaml b/deploy/hubble/manifests/controller/helm/retina/templates/operator/clusterrole.yaml index e143cd4d02..3e436490f9 100644 --- a/deploy/hubble/manifests/controller/helm/retina/templates/operator/clusterrole.yaml +++ b/deploy/hubble/manifests/controller/helm/retina/templates/operator/clusterrole.yaml @@ -5,12 +5,20 @@ metadata: creationTimestamp: null name: retina-operator-role rules: - - apiGroups: + - apiGroups: - "apiextensions.k8s.io" - resources: + resources: - "customresourcedefinitions" - verbs: + verbs: - "create" + - apiGroups: + - "apiextensions.k8s.io" + resources: + - "customresourcedefinitions" + resourceNames: + - ciliumidentities.cilium.io + - ciliumendpoints.cilium.io + verbs: - "get" - "update" - "delete"