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 5205ae17a fix(doc): errored link
5205ae17a is described below
commit 5205ae17a37136965e677b630dc3eefa789e58d7
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Mon Jun 15 15:01:50 2026 +0200
fix(doc): errored link
---
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 56efad497..3ac4c145c 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
xref:installation:builds.adoc#env-var-config[b [...]
+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.