Skip to content
This repository has been archived by the owner on Aug 13, 2024. It is now read-only.

Commit

Permalink
poc: update traefik crd
Browse files Browse the repository at this point in the history
  • Loading branch information
yyewolf committed Jul 13, 2024
1 parent 53daf82 commit 97d184c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/klodd-rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ rules:
- apiGroups: [networking.k8s.io]
resources: [networkpolicies]
verbs: [create, delete]
- apiGroups: [traefik.containo.us]
- apiGroups: [traefik.io]
resources: [ingressroutes, ingressroutetcps, middlewares, middlewaretcps]
verbs: [create, delete]
- apiGroups: [klodd.tjcsec.club]
Expand Down

0 comments on commit 97d184c

Please sign in to comment.