From c60efabed2f29953db478340c2e0447653ad819e Mon Sep 17 00:00:00 2001 From: kaitlincarter-hc <43049322+kaitlincarter-hc@users.noreply.github.com> Date: Fri, 1 Feb 2019 14:32:37 -0800 Subject: [PATCH] Update website/source/docs/platform/k8s/service-sync.html.md Co-Authored-By: adilyse --- website/source/docs/platform/k8s/service-sync.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/platform/k8s/service-sync.html.md b/website/source/docs/platform/k8s/service-sync.html.md index 952e451baf..2583da0137 100644 --- a/website/source/docs/platform/k8s/service-sync.html.md +++ b/website/source/docs/platform/k8s/service-sync.html.md @@ -74,7 +74,7 @@ then the sync program should work. For Consul, if ACLs are configured on the cluster, a Consul [ACL token](/docs/guides/acl.html) will need to be provided. The process accepts this token by using the -`CONSUL_HTTP_TOKEN` environment variable. This token should be set as a +[`CONSUL_HTTP_TOKEN`](docs/commands/index.html#consul_http_token) environment variable. This token should be set as a [Kubernetes secret](https://kubernetes.io/docs/concepts/configuration/secret/#creating-your-own-secrets) and referenced in the Helm chart.