Skip to content

Commit

Permalink
Update ext remediation rule
Browse files Browse the repository at this point in the history
Allow NHC to watch and update the CR

Signed-off-by: Marc Sluiter <[email protected]>
  • Loading branch information
slintes committed Apr 3, 2023
1 parent dfe3a39 commit 21f5d52
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,8 @@ rules:
verbs:
- get
- list
- watch
- create
- update
- patch
- delete
3 changes: 3 additions & 0 deletions config/rbac/external_remediation_clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,8 @@ rules:
verbs:
- get
- list
- watch
- create
- update
- patch
- delete

0 comments on commit 21f5d52

Please sign in to comment.