mirror of https://github.com/hashicorp/consul
Merge pull request #4828 from hashicorp/docs/helm-16-getting-started
Update the `join` command format in the k8s Running Consul sectionpull/4694/head^2
commit
7ad6596454
|
@ -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…
Reference in New Issue