Skip to content

Commit

Permalink
Merge pull request #26 from kubescape/dev
Browse files Browse the repository at this point in the history
Fixing clusterrole to support controlconfigurations view
  • Loading branch information
amitschendel authored Oct 1, 2023
2 parents 822e580 + be07b5e commit 05f5e60
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions charts/kubeenforcer/templates/clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,11 @@ rules:
- validatingadmissionpolicies/status
verbs:
- update
- apiGroups:
- kubescape.io
resources:
- controlconfigurations
verbs:
- watch
- list
- get

0 comments on commit 05f5e60

Please sign in to comment.