Skip to content

Commit

Permalink
Update ClusterRole on Tembo operator
Browse files Browse the repository at this point in the history
  • Loading branch information
sjmiller609 authored Jun 24, 2024
1 parent 8d72da3 commit f53cd5e
Showing 1 changed file with 3 additions and 0 deletions.
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 @@ -51,6 +51,9 @@ rules:
- apiGroups: ["traefik.containo.us"]
resources: ["ingressroutetcps", "ingressroutes", "middlewares", "middlewaretcps"]
verbs: ["create", "get", "list", "patch", "update", "watch", "delete"]
- apiGroups: ["traefik.io"]
resources: ["ingressroutetcps", "ingressroutes", "middlewares", "middlewaretcps"]
verbs: ["create", "get", "list", "patch", "update", "watch", "delete"]
- apiGroups: ["postgresql.cnpg.io"]
resources: ["clusters", "backups", "poolers", "scheduledbackups"]
verbs: ["create", "delete", "get", "list", "patch", "update", "watch"]
Expand Down

0 comments on commit f53cd5e

Please sign in to comment.