This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/main by this push: new b16caad829 Fix Jolokia client-principal config code snippet b16caad829 is described below commit b16caad829b8358ca3406ca0db884d8811a96c23 Author: James Netherton <jamesnether...@gmail.com> AuthorDate: Thu Mar 6 14:09:35 2025 +0000 Fix Jolokia client-principal config code snippet --- docs/modules/ROOT/pages/reference/extensions/jolokia.adoc | 2 +- extensions/jolokia/runtime/src/main/doc/usage.adoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/modules/ROOT/pages/reference/extensions/jolokia.adoc b/docs/modules/ROOT/pages/reference/extensions/jolokia.adoc index e643ec90a4..8ce5f299ce 100644 --- a/docs/modules/ROOT/pages/reference/extensions/jolokia.adoc +++ b/docs/modules/ROOT/pages/reference/extensions/jolokia.adoc @@ -161,7 +161,7 @@ Note that if you choose to use https://github.com/hawtio/hawtio-online[hawtio-on [source] ---- -quarkus.camel.jolokia.kubernetes.client-principal="cn=hawtio-online.hawtio.svc" +quarkus.camel.jolokia.kubernetes.client-principal=cn=hawtio-online.hawtio.svc ---- diff --git a/extensions/jolokia/runtime/src/main/doc/usage.adoc b/extensions/jolokia/runtime/src/main/doc/usage.adoc index dfc0345318..fae99e7a72 100644 --- a/extensions/jolokia/runtime/src/main/doc/usage.adoc +++ b/extensions/jolokia/runtime/src/main/doc/usage.adoc @@ -111,5 +111,5 @@ Note that if you choose to use https://github.com/hawtio/hawtio-online[hawtio-on [source] ---- -quarkus.camel.jolokia.kubernetes.client-principal="cn=hawtio-online.hawtio.svc" +quarkus.camel.jolokia.kubernetes.client-principal=cn=hawtio-online.hawtio.svc ----