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 f96f01aff chore(docs): var snippet substitution
f96f01aff is described below
commit f96f01aff323e61600b472b575cdcbd3ca9d6bc5
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Tue Dec 3 17:47:17 2024 +0100
chore(docs): var snippet substitution
---
docs/modules/ROOT/pages/installation/installation.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/modules/ROOT/pages/installation/installation.adoc
b/docs/modules/ROOT/pages/installation/installation.adoc
index 7ea8725f2..476f7ed96 100644
--- a/docs/modules/ROOT/pages/installation/installation.adoc
+++ b/docs/modules/ROOT/pages/installation/installation.adoc
@@ -13,7 +13,7 @@ The first step is to install and run the Camel K operator.
You can do it via any
https://kustomize.io[Kustomize] provides a declarative approach to the
configuration customization of a Camel-K installation. Kustomize works either
with a standalone executable or as a built-in to `kubectl`. The
https://github.com/apache/camel-k/tree/main/install[/install] directory
provides a series of base and overlays configuration that you can use. You can
create your own overlays or customize the one available in the repository to
accommodate your need.
-```
+```[subs=attributes+]
$ kubectl create ns camel-k
$ kubectl apply -k
github.com/apache/camel-k/install/overlays/kubernetes/descoped?ref=v{last-released-version}
--server-side
```