Skip to content

Commit f56a9a0

Browse files
authored
Add notice on all example usage (#151)
Signed-off-by: Matthias Loibl <[email protected]>
1 parent 4eb672b commit f56a9a0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

all.jsonnet

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ local sts = k.apps.v1.statefulSet;
33
local deployment = k.apps.v1.deployment;
44
local t = (import 'kube-thanos/thanos.libsonnet');
55

6+
// THIS IS MERELY AN EXAMPLE MEANT TO SHOW HOW TO USE ALL COMPONENTS!
7+
// Neither this example nor its manifests in examples/all/manifests/ are meant to ever be run.
8+
69
local commonConfig = {
710
config+:: {
811
local cfg = self,

0 commit comments

Comments
 (0)