From 532d6d0d1897bd46c502078e3e356d4e9c9f2f46 Mon Sep 17 00:00:00 2001 From: Blake Covarrubias Date: Sat, 21 Dec 2019 18:34:20 -0800 Subject: [PATCH] Move bootstrapACLs under global key in Helm docs The global.bootstrapACLs key in the Helm chart docs was inadvertently moved to a top-level key in commit 12e6ef8, which is incorrect. This commit reverts that error. --- website/source/docs/platform/k8s/helm.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/platform/k8s/helm.html.md b/website/source/docs/platform/k8s/helm.html.md index 82d250086..b82ad02a8 100644 --- a/website/source/docs/platform/k8s/helm.html.md +++ b/website/source/docs/platform/k8s/helm.html.md @@ -60,7 +60,7 @@ and consider if they're appropriate for your deployment. * `secretKey` (`string: ""`) - The key within the Kubernetes secret that holds the gossip encryption key. -* `bootstrapACLs` (`boolean: false`) - Automatically create and assign ACL tokens within the Consul cluster. This requires servers to be running inside Kubernetes. Additionally requires Consul >= 1.4 and consul-k8s >= 0.8.0. + * `bootstrapACLs` (`boolean: false`) - Automatically create and assign ACL tokens within the Consul cluster. This requires servers to be running inside Kubernetes. Additionally requires Consul >= 1.4 and consul-k8s >= 0.8.0. * `server` - Values that configure running a Consul server within Kubernetes.