fix(traefik): fix misake in rbac

This commit is contained in:
Kjeld Schouten-Lebbing 2023-04-26 11:19:33 +02:00
parent 086e005cfa
commit f62428dd49
2 changed files with 2 additions and 1 deletions

View File

@ -23,7 +23,7 @@ sources:
- https://github.com/traefik/traefik-helm-chart
- https://traefik.io/
type: application
version: 17.0.31
version: 17.0.32
annotations:
truecharts.org/catagories: |
- network

View File

@ -277,6 +277,7 @@ rbac:
- networking.k8s.io
resources:
- ingresses
- ingressclasses
verbs:
- get
- list