1
0
Fork 0

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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"
# ...
```