From 58fc4a7cbcfaf1fd94af25d861a760b27b0a899c Mon Sep 17 00:00:00 2001 From: Rebecca Zanzig Date: Wed, 17 Oct 2018 12:53:44 -0700 Subject: [PATCH] Add additional formatting detail to the Helm `join` command In response to consul-helm issue 16. --- website/source/docs/platform/k8s/helm.html.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website/source/docs/platform/k8s/helm.html.md b/website/source/docs/platform/k8s/helm.html.md index 832dded49c..be425fd4c0 100644 --- a/website/source/docs/platform/k8s/helm.html.md +++ b/website/source/docs/platform/k8s/helm.html.md @@ -229,7 +229,8 @@ and consider if they're appropriate for your deployment. to false. - `join` (`array: 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