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 {
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
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments