From 824814be3f8d2d7d662ef34ea436424e9b49bd29 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sun, 23 Sep 2018 17:29:18 -0700 Subject: [PATCH] website: document helm options --- website/source/docs/platform/k8s/helm.html.md | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/website/source/docs/platform/k8s/helm.html.md b/website/source/docs/platform/k8s/helm.html.md index b77eea0344..e0c11a0b34 100644 --- a/website/source/docs/platform/k8s/helm.html.md +++ b/website/source/docs/platform/k8s/helm.html.md @@ -237,6 +237,27 @@ and consider if they're appropriate for your deployment. then be used to [configure kube-dns](/docs/platform/k8s/dns.html). The Helm chart _does not_ automatically configure kube-dns. +* `syncCatalog` - Values that + configure running the [service sync](/docs/platform/k8s/service-sync.html) + process. + + - `enabled` (`boolean: false`) - + If true, the chart will install all the resources necessary for the + catalog sync process to run. + + - `image` (`string: global.imageK8S`) - + The name of the Docker image (including any tag) for + [consul-k8s](/docs/platform/k8s/index.html#quot-consul-k8s-quot-project) + to run the sync program. + + - `toConsul` (`boolean: true`) - + If true, will sync Kubernetes services to Consul. This can be disabled to + have a one-way sync. + + - `toK8S` (`boolean: true`) - + If true, will sync Consul services to Kubernetes. This can be disabled to + have a one-way sync. + * `ui` - Values that configure the Consul UI. - `enabled` (`boolean: global.enabled`) -