Skip to content

Commit

Permalink
Allow operator to manage crobjobs
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Bethke committed Jun 4, 2024
1 parent ea1cb35 commit e896205
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions charts/cmcc-operator/templates/clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ rules:
- apiGroups:
- "batch"
resources:
- cronjobs
- jobs
verbs:
- '*'
Expand Down
1 change: 1 addition & 0 deletions k8s/cmcc-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ rules:
resources:
- deployments
- configmaps
- cronjobs
- jobs
- pods
- persistentvolumeclaims
Expand Down

0 comments on commit e896205

Please sign in to comment.