Browse Source

docs: update helm chart ref (#8483)

No longer require servers to be running on k8s when
manageSystemACLs is true
pull/8484/head
Iryna Shustava 4 years ago committed by GitHub
parent
commit
ed0fa4b3b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      website/pages/docs/k8s/helm.mdx

2
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.

Loading…
Cancel
Save