This is an automated email from the ASF dual-hosted git repository.

gfournier pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new 1ff08dd3ccd Fix quotes for Camel Jbang deploy command example in 
documentation
1ff08dd3ccd is described below

commit 1ff08dd3ccd816d0f89ee0c213a66072729c4b15
Author: AurĂ©lien Pupier <[email protected]>
AuthorDate: Thu Feb 27 14:51:07 2025 +0100

    Fix quotes for Camel Jbang deploy command example in documentation
    
    Signed-off-by: AurĂ©lien Pupier <[email protected]>
---
 docs/user-manual/modules/ROOT/pages/camel-jbang-kubernetes.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/user-manual/modules/ROOT/pages/camel-jbang-kubernetes.adoc 
b/docs/user-manual/modules/ROOT/pages/camel-jbang-kubernetes.adoc
index a5f3dd6665d..39c058df18c 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-jbang-kubernetes.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-jbang-kubernetes.adoc
@@ -1394,7 +1394,7 @@ The following steps have been known to be working with 
Camel 4.10+:
 
 1. `minikube start --addons registry --driver=docker`
 2. `eval $(minikube -p minikube docker-env)`
-3. `camel kubernetes run demo.camel.yaml --cluster-type=minikube 
--build-property=quarkus.kubernetes.image-pull-policy=Never --image-registry 
'$(kubectl -n kube-system get service registry -o 
jsonpath='{.spec.clusterIP}')' --image-builder=docker`
+3. `camel kubernetes run demo.camel.yaml --cluster-type=minikube 
--build-property=quarkus.kubernetes.image-pull-policy=Never --image-registry 
"$(kubectl -n kube-system get service registry -o 
jsonpath='{.spec.clusterIP}')" --image-builder=docker`
 
 Note that Docker multi-platform build is used. It requires to have followed 
these 
https://docs.docker.com/build/building/multi-platform/#build-multi-platform-images[Docker
 requirements].
 

Reply via email to