From 6b132da9612a3e020f250bcc1b18d3736f302da7 Mon Sep 17 00:00:00 2001 From: Rebecca Zanzig Date: Mon, 22 Oct 2018 14:08:13 -0700 Subject: [PATCH] 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. --- website/source/docs/platform/k8s/run.html.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/website/source/docs/platform/k8s/run.html.md b/website/source/docs/platform/k8s/run.html.md index 57608a90f0..e375791599 100644 --- a/website/source/docs/platform/k8s/run.html.md +++ b/website/source/docs/platform/k8s/run.html.md @@ -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