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.
pull/4828/head
Rebecca Zanzig 6 years ago
parent 87a2b2020d
commit 6b132da961

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

Loading…
Cancel
Save