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

Commit

Permalink
Merge pull request #531 from gravitational/sergei/fix_alerts_creation
Browse files Browse the repository at this point in the history
[5.5] Update gravity-site RBAC in monitoring namespace.
  • Loading branch information
Sergei Antipov authored Jul 22, 2019
2 parents 60f78bd + 04c6874 commit 4ee3038
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions assets/site-app/resources/monitoring.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
apiVersion: rbac.authorization.k8s.io/v1
kind: Role
metadata:
Expand All @@ -10,6 +11,10 @@ rules:
- secrets
verbs:
- get
- list
- create
- update
- delete
- apiGroups:
- ""
resources:
Expand All @@ -18,6 +23,8 @@ rules:
- get
- list
- create
- update
- delete
- apiGroups:
- ""
resources:
Expand Down

0 comments on commit 4ee3038

Please sign in to comment.