fix: YAML syntax in providers docs

This commit is contained in:
Anton Kulikov
2021-01-22 11:02:04 +03:00
committed by GitHub
parent f0d78471af
commit fb10687168
3 changed files with 3 additions and 3 deletions

View File

@@ -145,7 +145,7 @@ _Optional, Default=empty_
```yaml tab="File (YAML)"
providers:
kubernetesGateway:
token = "mytoken"
token: "mytoken"
# ...
```