This is an automated email from the ASF dual-hosted git repository.
squakez pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git
The following commit(s) were added to refs/heads/main by this push:
new da4dab921 fix(doc): typo
da4dab921 is described below
commit da4dab92198f2919ee0912954ba90c958259c9bc
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Mon Jun 15 15:02:22 2026 +0200
fix(doc): typo
---
docs/modules/traits/pages/builder.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/modules/traits/pages/builder.adoc
b/docs/modules/traits/pages/builder.adoc
index 3ac4c145c..b4a820604 100755
--- a/docs/modules/traits/pages/builder.adoc
+++ b/docs/modules/traits/pages/builder.adoc
@@ -158,4 +158,4 @@ Node selectors can be specified when running an integration
with the CLI:
$ kamel run --trait builder.node-selector.'size'=large integration.yaml
----
-NOTE: Operators can restrict which node-selector label keys CR authors are
permitted to use by setting the `BUILDER_NODE_SELECTOR_ALLOWED_LABELS`
environment variable on the operator deployment to a comma-separated list of
allowed keys (e.g. `kubernetes.io/hostname,topology.kubernetes.io/zone`). Any
key not in the list is dropped and an info message is logged. When the variable
is unset or empty, all keys are accepted (default behavior). See ooperator
tuning documentation for details.
+NOTE: Operators can restrict which node-selector label keys CR authors are
permitted to use by setting the `BUILDER_NODE_SELECTOR_ALLOWED_LABELS`
environment variable on the operator deployment to a comma-separated list of
allowed keys (e.g. `kubernetes.io/hostname,topology.kubernetes.io/zone`). Any
key not in the list is dropped and an info message is logged. When the variable
is unset or empty, all keys are accepted (default behavior). See Camel K
operator tuning documentation for details.