Browse Source

docs: document consulPrefix properly (#7603)

pull/7633/head
Andrea Scarpino 5 years ago committed by GitHub
parent
commit
bf601842c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      website/source/docs/platform/k8s/helm.html.md

1
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.
* <a name="v-synccatalog-consulPrefix" href="#v-synccatalog-consulPrefix">`consulPrefix`</a> (`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.
* <a name="v-synccatalog-k8stag" href="#v-synccatalog-k8stag">`k8sTag`</a> (`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)

Loading…
Cancel
Save