diff --git a/charts/kubescape-operator/templates/operator/clusterrole.yaml b/charts/kubescape-operator/templates/operator/clusterrole.yaml index 23843edd..3ae04442 100644 --- a/charts/kubescape-operator/templates/operator/clusterrole.yaml +++ b/charts/kubescape-operator/templates/operator/clusterrole.yaml @@ -12,7 +12,7 @@ rules: verbs: ["get", "watch", "list"] - apiGroups: ["batch"] resources: ["jobs", "cronjobs"] - verbs: ["get", "watch", "list"] + verbs: ["get", "watch", "list", "create", "update", "delete" ,"patch"] - apiGroups: ["apps"] resources: ["deployments", "daemonsets", "statefulsets", "replicasets"] verbs: ["get", "watch", "list"]