Skip to content

Commit

Permalink
Add ClusterRole permissions for Homepage reading IngressRoutes (#11)
Browse files Browse the repository at this point in the history
* Add ClusterRole permissions for Homepage reading IngressRoutes

* Bump Homepage chatt version
  • Loading branch information
MrLemur authored Apr 4, 2023
1 parent 280ba9a commit 44549a3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/homepage/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: v2
description: Chart for benphelps homepage
icon: https://github.com/benphelps/homepage/blob/de584eae8f12a0d257e554e9511ef19bd2a1232c/public/mstile-150x150.png
name: homepage
version: 1.1.1
version: 1.2.0
appVersion: v0.6.10
sources:
- https://github.com/jameswynn/helm-charts/charts/homepage
Expand Down
7 changes: 7 additions & 0 deletions charts/homepage/templates/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,13 @@ rules:
verbs:
- get
- list
- apiGroups:
- traefik.containo.us
resources:
- ingressroutes
verbs:
- get
- list
- apiGroups:
- metrics.k8s.io
resources:
Expand Down

0 comments on commit 44549a3

Please sign in to comment.