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

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

commit 6700d5cd351ca867aac791d5be1de56f9ce5dda8
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Thu Jun 13 15:42:17 2024 +0200

    chore(doc): leftover
---
 docs/modules/ROOT/pages/contributing/local-development.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/modules/ROOT/pages/contributing/local-development.adoc 
b/docs/modules/ROOT/pages/contributing/local-development.adoc
index 89fa4e1ef..c849b6e1c 100644
--- a/docs/modules/ROOT/pages/contributing/local-development.adoc
+++ b/docs/modules/ROOT/pages/contributing/local-development.adoc
@@ -38,7 +38,7 @@ Those targets may use two variables, `NAMESPACE` and 
`REGISTRY` in order to let
 
 [source]
 ----
-NAMESPACE=test REGISTRY=1.2.3.4 make install
+NAMESPACE=test REGISTRY=1.2.3.4 make install-k8s-global
 ----
 
 Will install a global operator in the `test` namespace with the registry 
located at IP 1.2.3.4. Mind that when you're using Minikube, the target will be 
able to automatically detect any existing local registry and set it up for you. 
For more complex customization you'll need to use the regular Kustomization 
installation procedure.

Reply via email to