Skip to content

Commit d6db64f

Browse files
committed
typo
1 parent 574e030 commit d6db64f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/stackable-operator/src/utils/cluster_info.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ impl KubernetesClusterInfo {
2020
None => {
2121
// TODO(sbernauer): Do some sort of advanced auto-detection, see https://github.com/stackabletech/issues/issues/436.
2222
// There have been attempts of parsing the `/etc/resolv.conf`, but they have been
23-
// reverted. Please read on the linked Issue for details.
23+
// reverted. Please read on the linked issue for details.
2424
let cluster_domain = DomainName::from_str(KUBERNETES_CLUSTER_DOMAIN_DEFAULT)
2525
.expect("KUBERNETES_CLUSTER_DOMAIN_DEFAULT constant must a valid domain");
2626
tracing::info!(%cluster_domain, "Defaulting Kubernetes cluster domain as it has not been configured");

0 commit comments

Comments
 (0)