fix: YAML syntax in providers docs
This commit is contained in:
parent
f0d78471af
commit
fb10687168
3 changed files with 3 additions and 3 deletions
|
@ -145,7 +145,7 @@ _Optional, Default=empty_
|
|||
```yaml tab="File (YAML)"
|
||||
providers:
|
||||
kubernetesGateway:
|
||||
token = "mytoken"
|
||||
token: "mytoken"
|
||||
# ...
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue