Skip to content

Commit 922d4a0

Browse files
committed
Revert dot
1 parent 3d48422 commit 922d4a0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

deploy/helm/spark-k8s-operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ affinity: {}
4444

4545
# When running on a non-default Kubernetes cluster domain, the cluster domain can be configured here.
4646
# See the https://docs.stackable.tech/home/stable/guides/kubernetes-cluster-domain guide for details.
47-
# kubernetesClusterDomain: my-cluster.local.
47+
# kubernetesClusterDomain: my-cluster.local

docs/modules/spark-k8s/pages/reference/environment-variables.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This operator accepts the following environment variables:
44

55
== KUBERNETES_CLUSTER_DOMAIN
66

7-
*Default value*: cluster.local.
7+
*Default value*: cluster.local
88

99
*Required*: false
1010

@@ -16,7 +16,7 @@ Please see the documentation xref:guides:kubernetes-cluster-domain.adoc[on confi
1616

1717
[source]
1818
----
19-
export KUBERNETES_CLUSTER_DOMAIN=mycluster.local.
19+
export KUBERNETES_CLUSTER_DOMAIN=mycluster.local
2020
cargo run -- run
2121
----
2222

@@ -28,7 +28,7 @@ docker run \
2828
--name spark-k8s-operator \
2929
--network host \
3030
--env KUBECONFIG=/home/stackable/.kube/config \
31-
--env KUBERNETES_CLUSTER_DOMAIN=mycluster.local. \
31+
--env KUBERNETES_CLUSTER_DOMAIN=mycluster.local \
3232
--mount type=bind,source="$HOME/.kube/config",target="/home/stackable/.kube/config" \
3333
docker.stackable.tech/stackable/spark-k8s-operator:latest
3434
----

0 commit comments

Comments
 (0)