Skip to content

Commit 70a0138

Browse files
Update modules/guides/pages/kubernetes-cluster-domain.adoc
Co-authored-by: Malte Sander <malte.sander.it@gmail.com>
1 parent 37e194d commit 70a0138

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/guides/pages/kubernetes-cluster-domain.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The cluster domain can be configured using an environment variable `KUBERNETES_C
99
This environment variable can be configured via the helm values property `kubernetesClusterDomain` during the installation of the operators.
1010

1111
```
12-
helm install <product>-operator stackable-stable/<product>-operator --set kubernetesClusterDomain="my-cluster.local."
12+
helm install <product>-operator stackable-stable/<product>-operator --set kubernetesClusterDomain="my.domain."
1313
```
1414

1515
Note that if you specify a custom cluster domain we recommend adding a trailing dot (`my.domain.` instead of `my.domain`) to reduce DNS requests (see https://github.com/stackabletech/issues/issues/656 for details).

0 commit comments

Comments
 (0)