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


The following commit(s) were added to refs/heads/main by this push:
     new 48092dcb4 chore: minor kustomize fixes
48092dcb4 is described below

commit 48092dcb49f13597ff3926e0c919039d84cadcb8
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Sat Feb 8 10:27:46 2025 +0100

    chore: minor kustomize fixes
---
 release.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/release.adoc b/release.adoc
index ec5d8f9d2..c3196f4aa 100644
--- a/release.adoc
+++ b/release.adoc
@@ -84,7 +84,7 @@ Camel K Client 2.0.0
 If the version retrieved is the one expected you can run an installation 
procedure:
 
 ```
-kustomize build 
github.com/apache/camel-k/install/overlays/kubernetes/descoped?ref=v<version> | 
sed 's#apache/camel-k#camelk/camel-k#g' | kubectl apply -f -
+kustomize build 
github.com/apache/camel-k/install/overlays/kubernetes/descoped?ref=v<version> | 
sed 's#apache/camel-k#camelk/camel-k#g' | kubectl apply -f - --server-side
 ```
 
 Make some test and if all is in order, you can upload the sources and CLIs to 
the dist/dev repository in ASF the staged artifacts, in order to link them in 
the release vote communication.
@@ -203,7 +203,7 @@ You can edit the draft release and set it to final, marking 
as last release. You
 Install the operator looking at the official 
https://camel.apache.org/camel-k/<2.5.x>/installation/installation.html[Camel K 
operator <version> installation procedure].
 ```
 
-Perform a simple test to verify that everything is in place (running a "Hello 
World" integration after an installation done with, as an example `kubectl 
apply -k 
github.com/apache/camel-k/install/overlays/openshift/descoped?ref=v<version> 
--server-side`). Do a simple final test.
+Perform a simple test to verify that everything is in place (running a "Hello 
World" integration after an installation done with, as an example `kubectl 
apply -k 
github.com/apache/camel-k/install/overlays/kubernetes/descoped?ref=v<version> 
--server-side`). Do a simple final test.
 
 === Announce the release
 

Reply via email to