Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 21 additions & 1 deletion chart/stable/searchlight/templates/user-roles.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,25 @@ rules:
- patch
- update
- watch
- apiGroups:
- monitoring.appscode.com
resources:
- incidents
verbs:
- delete
- deletecollection
- get
- list
- patch
- update
- watch
- apiGroups:
- incidents.monitoring.appscode.com
resources:
- acknowledgements
verbs:
- create
- delete
---
kind: ClusterRole
apiVersion: rbac.authorization.k8s.io/v1
Expand All @@ -36,8 +55,9 @@ rules:
- clusteralerts
- nodealerts
- podalerts
- incidents
verbs:
- get
- list
- watch
{{ end }}
{{ end }}
20 changes: 20 additions & 0 deletions hack/deploy/user-roles.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,25 @@ rules:
- patch
- update
- watch
- apiGroups:
- monitoring.appscode.com
resources:
- incidents
verbs:
- delete
- deletecollection
- get
- list
- patch
- update
- watch
- apiGroups:
- incidents.monitoring.appscode.com
resources:
- acknowledgements
verbs:
- create
- delete
---
kind: ClusterRole
apiVersion: rbac.authorization.k8s.io/v1
Expand All @@ -35,6 +54,7 @@ rules:
- clusteralerts
- nodealerts
- podalerts
- incidents
verbs:
- get
- list
Expand Down