diff --git a/helm/odigos/templates/instrumentor/clusterrole.yaml b/helm/odigos/templates/instrumentor/clusterrole.yaml index d1d479f72..a61c654fb 100644 --- a/helm/odigos/templates/instrumentor/clusterrole.yaml +++ b/helm/odigos/templates/instrumentor/clusterrole.yaml @@ -78,3 +78,21 @@ rules: - patch - update - watch + - apiGroups: + - odigos.io + resources: + - sources + verbs: + - create + - delete + - get + - list + - patch + - update + - watch + - apiGroups: + - odigos.io + resources: + - sources/finalizers + verbs: + - update