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`) -