Skip to content
Snippets Groups Projects
Commit 938fe374 authored by Max Inden's avatar Max Inden Committed by GitHub
Browse files

Merge pull request #1361 from luarx/readme-compiling-section

Make "Compiling" section easier to execute
parents a114989e b6e323ca
No related branches found
No related tags found
No related merge requests found
...@@ -120,6 +120,8 @@ jsonnet -J vendor -m manifests ${1-example.jsonnet} | xargs -I{} sh -c 'cat $1 | ...@@ -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. 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 ## 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: 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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment