Add additional formatting detail to the Helm `join` command

In response to consul-helm issue 16.
This commit is contained in:
Rebecca Zanzig 2018-10-17 12:53:44 -07:00
parent 307d91934c
commit 58fc4a7cbc
1 changed files with 2 additions and 1 deletions

View File

@ -229,7 +229,8 @@ and consider if they're appropriate for your deployment.
to false.
- <a name="v-client-join" href="#v-client-join">`join`</a> (`array<string>: null`) -
A list of values to specify to `-retry-join`. If this is `null` (default),
A list of values to be used with the `-retry-join` command, specified
individually in the format "option=value". If this is `null` (default),
then the clients will attempt to automatically join the server cluster
running within Kubernetes. This means that with `server.enabled` set to true,
clients will automatically join that cluster. If `server.enabled` is not