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

Commit

Permalink
Update gravity-site RBAC in monitoring namespace.
Browse files Browse the repository at this point in the history
Fixes permissions for `gravity resource create/rm` for smtp and alert resources.
  • Loading branch information
UnderGreen committed Jul 19, 2019
1 parent 60f78bd commit 04c6874
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 04c6874

Please sign in to comment.