From 848285797cd8f49a5faf291c1f692040d29110ba Mon Sep 17 00:00:00 2001
From: Damien Grisonnet <dgrisonn@redhat.com>
Date: Wed, 4 Mar 2020 16:32:49 +0100
Subject: [PATCH] doc: add note related to example.jsonnet

Signed-off-by: Damien Grisonnet <dgrisonn@redhat.com>
---
 README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README.md b/README.md
index cb0f3ba5..cfc8b8e7 100644
--- a/README.md
+++ b/README.md
@@ -174,6 +174,8 @@ e.g. of how to compile the manifests: `./build.sh example.jsonnet`
 
 Here's [example.jsonnet](example.jsonnet):
 
+> Note: some of the following components must be configured beforehand. See [configuration](#configuration) and [customization-examples](#customization-examples).
+
 [embedmd]:# (example.jsonnet)
 ```jsonnet
 local kp =
-- 
GitLab