Merge pull request #4828 from hashicorp/docs/helm-16-getting-started

Update the `join` command format in the k8s Running Consul section
This commit is contained in:
Rebecca Zanzig 2018-10-25 15:47:14 -07:00 committed by GitHub
commit 478f1b749f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -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