From b6e323ca4629d7a66ccc86236a7e0185cda5d70e Mon Sep 17 00:00:00 2001 From: luarx <renol_siete@hotmail.com> Date: Fri, 22 Jun 2018 17:03:01 +0200 Subject: [PATCH] Add a tip about compiling process --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 89686cf4..7ec73350 100644 --- a/README.md +++ b/README.md @@ -120,6 +120,8 @@ jsonnet -J vendor -m manifests ${1-example.jsonnet} | xargs -I{} sh -c 'cat $1 | This script reads each key of the generated json and uses that as the file name, and writes the value of that key to that file. +> You can also run this script executing the command `make generate-raw` from kube-prometheus base directory of this repository but the above option it is recommended so that you run it in your own infrastructure repository. + ## Configuration A hidden `_config` field is located at the top level of the object this library provides. These are the available fields with their respective default values: -- GitLab