mirror of https://github.com/status-im/consul.git
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:
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…
Reference in New Issue