From 16d1e0f2f2987e4d93d99e7a9b1660beae265018 Mon Sep 17 00:00:00 2001 From: Sarah Christoff Date: Tue, 30 Apr 2019 17:30:24 -0500 Subject: [PATCH] Update Helm Docs with consulPrefix --- website/source/docs/platform/k8s/helm.html.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/source/docs/platform/k8s/helm.html.md b/website/source/docs/platform/k8s/helm.html.md index b868224651..ee98e422cc 100644 --- a/website/source/docs/platform/k8s/helm.html.md +++ b/website/source/docs/platform/k8s/helm.html.md @@ -275,6 +275,8 @@ to run the sync program. * `k8sPrefix` (`string: ""`) - A prefix to prepend to all services registered in Kubernetes from Consul. This defaults to `""` where no prefix is prepended; Consul services are synced with the same name to Kubernetes. (Consul -> Kubernetes sync only) + * `consulPrefix` (`string: ""`) - A prefix to prepend to all services registered in Consul from Kubernetes. This defaults to `""` where no prefix is prepended. Consul services are synced with the same name to Kubernetes. (Kubernetes -> Consul sync only) + * `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) * `syncClusterIPServices` (`boolean: true`) - If true, will sync Kubernetes ClusterIP services to Consul. This can be disabled to have the sync ignore ClusterIP-type services.