From ed0fa4b3b1b161934ca4aceeb87e0535911e8b53 Mon Sep 17 00:00:00 2001 From: Iryna Shustava Date: Tue, 11 Aug 2020 14:39:44 -0700 Subject: [PATCH] docs: update helm chart ref (#8483) No longer require servers to be running on k8s when manageSystemACLs is true --- website/pages/docs/k8s/helm.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/pages/docs/k8s/helm.mdx b/website/pages/docs/k8s/helm.mdx index e28989f602..5354c6a025 100644 --- a/website/pages/docs/k8s/helm.mdx +++ b/website/pages/docs/k8s/helm.mdx @@ -86,7 +86,7 @@ and consider if they're appropriate for your deployment. - `acls` ((#v-global-acls)) - Configure ACLs. - `manageSystemACLs` ((#v-global-acls-managesystemacls)) (`boolean: false`) - If true, the Helm chart will automatically manage ACL tokens and policies for all Consul and consul-k8s components. - This requires servers to be running inside Kubernetes. Additionally requires Consul >= 1.4 and consul-k8s >= 0.14.0. + This requires Consul >= 1.4 and consul-k8s >= 0.14.0. - `bootstrapToken` ((#v-global-acls-bootstraptoken)) - A Kubernetes secret containing the bootstrap token to use for creating policies and tokens for all Consul and consul-k8s components.