diff --git a/hack/manifests/controller/clusterrole.yaml b/hack/manifests/controller/clusterrole.yaml index 5486c55a..678eae47 100644 --- a/hack/manifests/controller/clusterrole.yaml +++ b/hack/manifests/controller/clusterrole.yaml @@ -14,6 +14,15 @@ rules: - 'get' - 'list' - 'watch' + - apiGroups: + - 'batch' + resources: + - 'cronjobs' + - 'jobs' + verbs: + - 'get' + - 'list' + - 'watch' - apiGroups: - '' resources: