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