Skip to content

Commit

Permalink
add 'prometheuses' resource to argo rbac
Browse files Browse the repository at this point in the history
  • Loading branch information
robertchoi80 committed Feb 25, 2022
1 parent cc5e8ef commit cebb65d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions templates/argo-additional-rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,12 @@ rules:
- delete
- list
- patch
- apiGroups:
- monitoring.coreos.com
resources:
- prometheuses
verbs:
- create
- get
- delete
- list

0 comments on commit cebb65d

Please sign in to comment.