From a4013569826b3d829fa3fd71bec53a3e9c99e28f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Attila=20M=C3=A9sz=C3=A1ros?= Date: Sun, 29 Dec 2024 20:06:32 +0100 Subject: [PATCH] docs: qute MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Attila Mészáros --- docs/reference.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/reference.md b/docs/reference.md index 02aae7e..3a9c8e6 100644 --- a/docs/reference.md +++ b/docs/reference.md @@ -8,7 +8,8 @@ Although it is limited only to Kubernetes resources it makes it very easy to use ## Generic Notes -- All templates (both object and string based) uses [Qute templating engine](https://quarkus.io/guides/qute-reference). +- All templates (both object and string based) uses [Qute templating engine](https://quarkus.io/guides/qute-reference). While objects allow only + placeholders, you can use the full power of qute in string templates. ## [Glue resource](https://github.com/java-operator-sdk/kubernetes-glue-operator/releases/latest/download/glues.glue-v1.yml)