From 9a033b8fea9808b26ee43118de7fb55809bd750e Mon Sep 17 00:00:00 2001 From: David Yu Date: Thu, 24 Jun 2021 09:08:33 -0700 Subject: [PATCH] docs: Remove beta version references from Helm reference (#10477) Removing references from the 1.10 beta that were included in Helm Configuration Reference --- website/content/docs/k8s/helm.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/k8s/helm.mdx b/website/content/docs/k8s/helm.mdx index c872465898..c0c0fd60f8 100644 --- a/website/content/docs/k8s/helm.mdx +++ b/website/content/docs/k8s/helm.mdx @@ -1090,7 +1090,7 @@ and consider if they're appropriate for your deployment. to explicitly opt-out of injection. - `transparentProxy` ((#v-connectinject-transparentproxy)) - Configures Transparent Proxy for Consul Service mesh services. - Using this feature requires Consul 1.10.0-beta1+ and consul-k8s 0.26.0-beta1+. + Using this feature requires Consul 1.10.0+ and consul-k8s 0.26.0+. - `defaultEnabled` ((#v-connectinject-transparentproxy-defaultenabled)) (`boolean: true`) - If true, then all Consul Service mesh will run with transparent proxy enabled by default, i.e. we enforce that all traffic within the pod will go through the proxy.