From 5c393ba3ee71eff61748c03694686641999c7b07 Mon Sep 17 00:00:00 2001 From: Max Leonard Inden <IndenML@gmail.com> Date: Tue, 9 Oct 2018 16:09:55 +0200 Subject: [PATCH] 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. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 84bf6c28..84035310 100644 --- a/README.md +++ b/README.md @@ -497,5 +497,7 @@ the following process: 1. Make your changes in the respective `*.jsonnet` file. 2. Commit your changes (This is currently necessary due to our vendoring 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`. 4. Commit the generated changes. -- GitLab