Skip to content

Commit

Permalink
removing trafik from rbac
Browse files Browse the repository at this point in the history
  • Loading branch information
mrpbennett committed Mar 1, 2024
1 parent d4306db commit 96a98d4
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions kubernetes/apps/homepage/cluster-role.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,11 @@ rules:
- networking.k8s.io
resources:
- ingresses
- ingresses/status
verbs:
- get
- list
- apiGroups:
- traefik.containo.us
resources:
- ingressroutes
verbs:
- get
- list
- watch
- apiGroups:
- metrics.k8s.io
resources:
Expand Down

0 comments on commit 96a98d4

Please sign in to comment.