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

Commit

Permalink
fix: remove unnecessary rbac
Browse files Browse the repository at this point in the history
  • Loading branch information
youkoulayley authored and traefiker committed Jan 5, 2024
1 parent b6d1069 commit 30d83ba
Showing 1 changed file with 1 addition and 29 deletions.
30 changes: 1 addition & 29 deletions traefik-hub/templates/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,6 @@ rules:
- patch
- delete
- get
- apiGroups:
- traefik.containo.us
- traefik.io
resources:
- middlewares
verbs:
- create
- get
- update
- delete
# Other RBACs.
- apiGroups:
- ""
Expand All @@ -60,26 +50,14 @@ rules:
- traefikservices
- ingressroutetcps
- ingressrouteudps
- ingressroutes
- tlsoptions
- tlsstores
- serverstransports
verbs:
- get
- list
- watch
- apiGroups:
- traefik.containo.us
- traefik.io
resources:
- ingressroutes
verbs:
- get
- list
- watch
- create
- update
- patch
- delete
- apiGroups:
- ""
resources:
Expand Down Expand Up @@ -127,12 +105,6 @@ rules:
- update
- create
- delete
- apiGroups:
- ""
resources:
- pods/log
verbs:
- get
- apiGroups:
- coordination.k8s.io
resources:
Expand Down

0 comments on commit 30d83ba

Please sign in to comment.