Skip to content

Commit

Permalink
Adding traefik.io API group to RBAC template (#13)
Browse files Browse the repository at this point in the history
* Adding traefik.io API group to RBAC template

* Updated chart version
  • Loading branch information
LarryGF authored Aug 26, 2023
1 parent 44549a3 commit 667f273
Show file tree
Hide file tree
Showing 2 changed files with 2 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.2.0
version: 1.2.1
appVersion: v0.6.10
sources:
- https://github.com/jameswynn/helm-charts/charts/homepage
Expand Down
1 change: 1 addition & 0 deletions charts/homepage/templates/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ rules:
- list
- apiGroups:
- traefik.containo.us
- traefik.io
resources:
- ingressroutes
verbs:
Expand Down

0 comments on commit 667f273

Please sign in to comment.