Skip to content

Commit

Permalink
Update import controller rbac (#681)
Browse files Browse the repository at this point in the history
Signed-off-by: zhujian <[email protected]>
  • Loading branch information
zhujian7 authored Apr 29, 2024
1 parent 1e70281 commit 306e1ac
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config/rbac/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1655,6 +1655,12 @@ rules:
- get
- patch
- update
- apiGroups:
- events.k8s.io
resources:
- events
verbs:
- create
- apiGroups:
- extensions.hive.openshift.io
resources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -256,3 +256,9 @@ rules:
- create
- patch
- update
- apiGroups:
- events.k8s.io
resources:
- events
verbs:
- create
1 change: 1 addition & 0 deletions pkg/templates/rbac_gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 306e1ac

Please sign in to comment.