Fix syntax in yaml config examples

This commit is contained in:
Andrii Dembitskyi
2020-09-23 11:52:03 +03:00
committed by GitHub
parent 7fc42ebb02
commit f730e46bf8

View File

@@ -78,7 +78,7 @@ _Optional, Default=empty_
```yaml tab="File (YAML)"
providers:
kubernetesCRD:
endpoint = "http://localhost:8080"
endpoint: "http://localhost:8080"
# ...
```
@@ -112,7 +112,7 @@ _Optional, Default=empty_
```yaml tab="File (YAML)"
providers:
kubernetesCRD:
token = "mytoken"
token: "mytoken"
# ...
```