Skip to content

Latest commit

 

History

History
47 lines (33 loc) · 1.39 KB

README.md

File metadata and controls

47 lines (33 loc) · 1.39 KB

Custom kube-prometheus

This repository is intended to be a simple implementation using kube-prometheus to customize prometheus-operator default chart manifests.


If you already have Golang installed but none of the requirements, you can use these built-in helper commands to install dependencies:

make install-jsonnet
make install-jsonnetbundler
make install-gojsontoyaml


  • Generate new manifests after changing your input file. This process takes around 10s to finish.
make FILENAME=main.jsonnet MANIFESTS_FOLDER=manifests
  • Update jsonnet-bundler dependencies
make update