From f51c02a9237372be29a79bfa1c47ab5060dc235a Mon Sep 17 00:00:00 2001 From: Thomas Eckert Date: Mon, 4 Apr 2022 17:50:59 -0400 Subject: [PATCH] Update Helm docs to reflect 0.42.0 release (#12689) * Update Helm docs to reflect 0.42.0 release Co-authored-by: mrspanishviking Co-authored-by: David Yu Co-authored-by: mrspanishviking --- website/content/docs/k8s/helm.mdx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/website/content/docs/k8s/helm.mdx b/website/content/docs/k8s/helm.mdx index 81164cac37..0072528c13 100644 --- a/website/content/docs/k8s/helm.mdx +++ b/website/content/docs/k8s/helm.mdx @@ -448,11 +448,12 @@ Use these links to navigate to a particular top-level stanza. - `k8sAuthMethodHost` ((#v-global-federation-k8sauthmethodhost)) (`string: null`) - If you are setting `global.federation.enabled` to true and are in a secondary datacenter, set `k8sAuthMethodHost` to the address of the Kubernetes API server of the secondary datacenter. This address must be reachable from the Consul servers in the primary datacenter. - This authmethod will be used to provision ACL tokens for Consul components and is different - from the one used by the Consul Service Mesh. - Please see the Kubernetes Auth Method documentation (https://consul.io/docs/acl/auth-methods/kubernetes). - You could retrieve this value from your `kubeconfig` by running: + This auth method will be used to provision ACL tokens for Consul components and is different + from the one used by the Consul Service Mesh. + Please see the [Kubernetes Auth Method documentation](https://consul.io/docs/acl/auth-methods/kubernetes) for additional information. + + You can retrieve this value from your `kubeconfig` by running: ```shell-session $ kubectl config view \