File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
deploy/helm/hive-operator Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,8 @@ All notable changes to this project will be documented in this file.
77### Added
88
99- Add support for Hive ` 4.0.0 ` ([ #508 ] ).
10- - The operator can now run on Kubernetes clusters using a non-default cluster domain. It should automatically detect the
11- correct domain to use, but you can also use the env var ` KUBERNETES_CLUSTER_DOMAIN ` to set the domain explicitly
12- or use the helm-chart property ` kubernetesClusterDomain ` ([ #522 ] ).
10+ - The operator can now run on Kubernetes clusters using a non-default cluster domain. Use the env var ` KUBERNETES_CLUSTER_DOMAIN `
11+ to set the domain explicitly or use the operator helm-chart property ` kubernetesClusterDomain ` ([ #522 ] ).
1312
1413### Changed
1514
Original file line number Diff line number Diff line change @@ -48,7 +48,6 @@ tolerations: []
4848
4949affinity : {}
5050
51- # When running on a non-default Kubernetes cluster domain and the auto detection is not working correctly,
52- # you can set your custom cluster domain here.
53- # See the https://docs.stackable.tech/home/stable/guides/kubernetes-cluster-domain guide for details
51+ # When running on a non-default Kubernetes cluster domain you can set your custom cluster domain here.
52+ # See the https://docs.stackable.tech/home/stable/guides/kubernetes-cluster-domain guide for details.
5453# kubernetesClusterDomain: my-cluster.local
You can’t perform that action at this time.
0 commit comments