Allow rbac jobs

[ZITADOPER-1]
This commit is contained in:
Haim Kortovich
2024-05-08 15:52:10 -05:00
parent 9aa5a175f7
commit 0407a4b38a
3 changed files with 25 additions and 0 deletions

View File

@@ -87,6 +87,18 @@ rules:
- list
- patch
- watch
- apiGroups:
- batch
resources:
- jobs
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- certificates.k8s.io
resources: