fix(argo-rollouts): Add traefik.io api group (#2703)
Add traefik.io (which is the only supported apiGroup for traefik >3.0) to clusterrole and role of argo-rollouts chart Signed-off-by: Kamil Swoboda <kswoboda@getresponse.com> Signed-off-by: Kaswob <44066982+Kaswob@users.noreply.github.com>
This commit is contained in:
parent
24275df2aa
commit
475d7e724d
3 changed files with 5 additions and 3 deletions
|
|
@ -248,6 +248,7 @@ rules:
|
|||
# Traefik access needed when using the Traefik provider
|
||||
- apiGroups:
|
||||
- traefik.containo.us
|
||||
- traefik.io
|
||||
resources:
|
||||
- traefikservices
|
||||
verbs:
|
||||
|
|
|
|||
|
|
@ -249,6 +249,7 @@ rules:
|
|||
# Traefik access needed when using the Traefik provider
|
||||
- apiGroups:
|
||||
- traefik.containo.us
|
||||
- traefik.io
|
||||
resources:
|
||||
- traefikservices
|
||||
verbs:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue