Skip to content

Commit

Permalink
values.yaml: Address comments on hashicorp/consul#12689 (hashicorp#1142)
Browse files Browse the repository at this point in the history
  • Loading branch information
David Yu authored Apr 5, 2022
1 parent bea5201 commit de0d184
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions charts/consul/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit de0d184

Please sign in to comment.