Skip to content

Commit 9da5588

Browse files
committed
mount -> project
1 parent 8dedf5a commit 9da5588

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/stackable-operator/src/cli.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ pub struct OperatorEnvironmentOptions {
309309
///
310310
/// Note that when running the operator on Kubernetes we recommend to use the
311311
/// [downward API](https://kubernetes.io/docs/concepts/workloads/pods/downward-api/)
312-
/// to let Kubernetes mount the namespace as the `OPERATOR_NAMESPACE` env variable.
312+
/// to let Kubernetes project the namespace as the `OPERATOR_NAMESPACE` env variable.
313313
#[arg(long, env)]
314314
pub operator_namespace: String,
315315

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ pub struct KubernetesClusterInfoOptions {
2626
///
2727
/// Note that when running the operator on Kubernetes we recommend to use the
2828
/// [downward API](https://kubernetes.io/docs/concepts/workloads/pods/downward-api/)
29-
/// to let Kubernetes mount the namespace as the `KUBERNETES_NODE_NAME` env variable.
29+
/// to let Kubernetes project the namespace as the `KUBERNETES_NODE_NAME` env variable.
3030
#[arg(long, env)]
3131
pub kubernetes_node_name: String,
3232
}

0 commit comments

Comments
 (0)