Merge pull request 'chore(traefik-certmanager): add list
permission for ingressroutes
resource' (#560) from tn-change-to-go-traefik-certmanager into main
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
Reviewed-on: #560
This commit is contained in:
commit
cb0a6ff358
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ metadata:
|
|||
rules:
|
||||
- apiGroups: ["traefik.io"]
|
||||
resources: ["ingressroutes"]
|
||||
verbs: ["watch", "patch"]
|
||||
verbs: ["watch", "patch", "list"]
|
||||
- apiGroups: ["cert-manager.io"]
|
||||
resources: ["certificates"]
|
||||
verbs: ["get", "create", "delete"]
|
||||
|
|
Loading…
Reference in a new issue