Skip to content

Commit

Permalink
role for appservices / podmonitors (#811)
Browse files Browse the repository at this point in the history
Co-authored-by: Steven Miller <[email protected]>
  • Loading branch information
ChuckHend and sjmiller609 authored May 29, 2024
1 parent d507f10 commit f406e69
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/tembo-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: tembo-operator
description: "Helm chart to deploy the tembo-operator"
type: application
icon: https://cloud.tembo.io/images/TemboElephant.png
version: 0.6.0
version: 0.6.1
home: https://tembo.io
sources:
- https://github.com/tembo-io/tembo
Expand Down
3 changes: 3 additions & 0 deletions charts/tembo-operator/templates/rbac-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ rules:
- apiGroups: ["coredb.io"]
resources: ["coredbs", "coredbs/status"]
verbs: ["get", "list", "watch", "patch", "update"]
- apiGroups: ["monitoring.coreos.com"]
resources: ["podmonitors"]
verbs: ["get", "patch", "update", "delete", "list", "watch"]
- apiGroups: ["events.k8s.io"]
resources: ["events"]
verbs: ["create"]
Expand Down

0 comments on commit f406e69

Please sign in to comment.