Fix incorrect case and missing rbac in documentation
This commit is contained in:
parent
0dc5b7d013
commit
3ee316c5bb
12 changed files with 24 additions and 11 deletions
|
@ -89,7 +89,7 @@ spec:
|
|||
observability:
|
||||
description: |-
|
||||
Observability defines the observability configuration for a router.
|
||||
More info: https://doc.traefik.io/traefik/v3.2/routing/routers/#observability
|
||||
More info: https://doc.traefik.io/traefik/v3.4/routing/routers/#observability
|
||||
properties:
|
||||
accessLogs:
|
||||
type: boolean
|
||||
|
|
|
@ -10,6 +10,7 @@ rules:
|
|||
- services
|
||||
- secrets
|
||||
- nodes
|
||||
- configmaps
|
||||
verbs:
|
||||
- get
|
||||
- list
|
||||
|
|
|
@ -89,7 +89,7 @@ spec:
|
|||
observability:
|
||||
description: |-
|
||||
Observability defines the observability configuration for a router.
|
||||
More info: https://doc.traefik.io/traefik/v3.2/routing/routers/#observability
|
||||
More info: https://doc.traefik.io/traefik/v3.4/routing/routers/#observability
|
||||
properties:
|
||||
accessLogs:
|
||||
type: boolean
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue