kube-prometheus/README.md: Add jb update to contrib guide

With pinning the kube-prometheus dependency for the generated
`/manifest` folder, one needs to update the `jsonnetfile.lock.json` on
`*.jsonnet` file changes.
This commit is contained in:
Max Leonard Inden
2018-10-09 16:09:55 +02:00
parent 32a24f07cb
commit 5c393ba3ee

View File

@@ -497,5 +497,7 @@ the following process:
1. Make your changes in the respective `*.jsonnet` file. 1. Make your changes in the respective `*.jsonnet` file.
2. Commit your changes (This is currently necessary due to our vendoring 2. Commit your changes (This is currently necessary due to our vendoring
process. This is likely to change in the future). process. This is likely to change in the future).
3. Update the pinned kube-prometheus dependency in `jsonnetfile.lock.json`: `jb
update`.
3. Generate dependent `*.yaml` files: `make generate-in-docker`. 3. Generate dependent `*.yaml` files: `make generate-in-docker`.
4. Commit the generated changes. 4. Commit the generated changes.