Update the `join` command format in the k8s Running Consul section

Based on info from consul-helm issue 16, the formatting of the helm
chart value for joining an external cluster needs to be specified
as a yaml array. This updates the documentation to reflect this.
This commit is contained in:
Rebecca Zanzig 2018-10-22 14:08:13 -07:00
parent 87a2b2020d
commit 6b132da961
1 changed files with 3 additions and 1 deletions

View File

@ -94,7 +94,9 @@ global:
client:
enabled: true
join:
- "provider=my-cloud config=val ..."
- "provider=my-cloud"
- "config=val"
- "..."
```
The `values.yaml` file to configure the Helm chart sets the proper