Skip to content

Commit

Permalink
chore: update plugins role
Browse files Browse the repository at this point in the history
  • Loading branch information
matheusfm committed Aug 18, 2023
1 parent ef5dcee commit 8cbf4ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/zora/templates/plugins/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,12 @@ rules:
- apiGroups: [ "zora.undistro.io" ]
resources:
- clusterissues
- vulnerabilityreports
verbs: [ "create", "delete", "get", "list", "patch", "update", "watch" ]
- apiGroups: [ "zora.undistro.io" ]
resources:
- clusterissues/status
- vulnerabilityreports/status
verbs: [ "get" ]
- apiGroups: [ "" ]
resources:
Expand Down
2 changes: 2 additions & 0 deletions config/rbac/zora_plugins_role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,12 @@ rules:
- apiGroups: [ "zora.undistro.io" ]
resources:
- clusterissues
- vulnerabilityreports
verbs: [ "create", "delete", "get", "list", "patch", "update", "watch" ]
- apiGroups: [ "zora.undistro.io" ]
resources:
- clusterissues/status
- vulnerabilityreports/status
verbs: [ "get" ]
- apiGroups: [ "" ]
resources:
Expand Down

0 comments on commit 8cbf4ae

Please sign in to comment.