Fix yaml documentation
This commit is contained in:
parent
476f16f0aa
commit
118c31eb8d
4 changed files with 15 additions and 9 deletions
|
@ -91,7 +91,7 @@ _Optional, Default=empty_
|
|||
```yaml tab="File (YAML)"
|
||||
providers:
|
||||
kubernetesIngress:
|
||||
endpoint = "http://localhost:8080"
|
||||
endpoint: "http://localhost:8080"
|
||||
# ...
|
||||
```
|
||||
|
||||
|
@ -124,7 +124,7 @@ _Optional, Default=empty_
|
|||
```yaml tab="File (YAML)"
|
||||
providers:
|
||||
kubernetesIngress:
|
||||
token = "mytoken"
|
||||
token: "mytoken"
|
||||
# ...
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue