From de0d184267b389e52fbc54071cc2578635f63fb5 Mon Sep 17 00:00:00 2001 From: David Yu Date: Tue, 5 Apr 2022 11:29:21 -0700 Subject: [PATCH] values.yaml: Address comments on https://github.com/hashicorp/consul/pull/12689 (#1142) --- charts/consul/values.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/consul/values.yaml b/charts/consul/values.yaml index 5d77b50b00..8c5a9597b6 100644 --- a/charts/consul/values.yaml +++ b/charts/consul/values.yaml @@ -490,11 +490,11 @@ global: # 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 + # 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). + # 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: + # You can retrieve this value from your `kubeconfig` by running: # # ```shell-session # $ kubectl config view \