Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Commit

Permalink
fix: add missing RBAC verb
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Matyushentsev authored and Alexander Matyushentsev committed Dec 26, 2019
1 parent 6414da7 commit dfaf1bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions manifests/base/argocd-notifications-controller-role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ rules:
- applications
- appprojects
verbs:
- get
- list
- watch
- update
Expand Down
1 change: 1 addition & 0 deletions manifests/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ rules:
- applications
- appprojects
verbs:
- get
- list
- watch
- update
Expand Down

0 comments on commit dfaf1bf

Please sign in to comment.