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-website.git
commit 2b8e3a758d1342c6286dc983f90f8e2699e03f58 Author: Pasquale Congiusti <[email protected]> AuthorDate: Mon Feb 27 15:30:43 2023 +0100 Update content/blog/2023/02/camel-k-release-1-12/index.md Co-authored-by: Nicolas Filotto <[email protected]> --- content/blog/2023/02/camel-k-release-1-12/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/blog/2023/02/camel-k-release-1-12/index.md b/content/blog/2023/02/camel-k-release-1-12/index.md index c10c470f..1020a2ed 100644 --- a/content/blog/2023/02/camel-k-release-1-12/index.md +++ b/content/blog/2023/02/camel-k-release-1-12/index.md @@ -26,7 +26,7 @@ The most interesting feature coming in this release is the extension of **Quarku ## `kamel promote` dry run -The `kamel promote` command has simplified the promotion of an Integration to higher environment. `kamel promote -o yaml` is doing the very same stuff, but, instead of publishing the Integration in the new namespace, it returns the yaml (or json if you prefer) specification. It's a little step towards GitOps and will allow you perform already some integration with external pipeline tools. +The `kamel promote` command has simplified the promotion of an Integration to a higher environment. `kamel promote -o yaml` is doing the very same stuff, but, instead of publishing the Integration in the new namespace, it returns the yaml (or JSON if you prefer) specification. It's a little step towards GitOps and will allow you to perform already some integration with external pipeline tools. ## Generate apply configurations
