From bf601842c21bf1abe0bf2bd56f996102d4aeb91c Mon Sep 17 00:00:00 2001 From: Andrea Scarpino Date: Thu, 9 Apr 2020 22:02:23 +0200 Subject: [PATCH] docs: document consulPrefix properly (#7603) --- website/source/docs/platform/k8s/helm.html.md | 1 + 1 file changed, 1 insertion(+) diff --git a/website/source/docs/platform/k8s/helm.html.md b/website/source/docs/platform/k8s/helm.html.md index 9d6a3c8ffa..0afb7e7a09 100644 --- a/website/source/docs/platform/k8s/helm.html.md +++ b/website/source/docs/platform/k8s/helm.html.md @@ -407,6 +407,7 @@ to run the sync program. Namespace suffix is not added if `annotationServiceName` is provided. * `consulPrefix` (`string: ""`) - A prefix to prepend to all services registered in Consul from Kubernetes. This defaults to `""` where no prefix is prepended. Service names within Kubernetes remain unchanged. (Kubernetes -> Consul sync only) + The prefix is ignored if `annotationServiceName` is provided. * `k8sTag` (`string: null`) - An optional tag that is applied to all of the Kubernetes services that are synced into Consul. If nothing is set, this defaults to "k8s". (Kubernetes -> Consul sync only)