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:
commit
478f1b749f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue