File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
crates/stackable-operator/src Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -309,7 +309,7 @@ pub struct OperatorEnvironmentOptions {
309
309
///
310
310
/// Note that when running the operator on Kubernetes we recommend to use the
311
311
/// [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.
313
313
#[ arg( long, env) ]
314
314
pub operator_namespace : String ,
315
315
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ pub struct KubernetesClusterInfoOptions {
26
26
///
27
27
/// Note that when running the operator on Kubernetes we recommend to use the
28
28
/// [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.
30
30
#[ arg( long, env) ]
31
31
pub kubernetes_node_name : String ,
32
32
}
You can’t perform that action at this time.
0 commit comments