From f15d65e0b2602ecb269fa52a04fb72ec8674601c Mon Sep 17 00:00:00 2001 From: Roman <lknrmn@gmail.com> Date: Wed, 15 Mar 2023 14:44:26 +0300 Subject: [PATCH] Update customizing doc (#2002) --- docs/customizing.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/customizing.md b/docs/customizing.md index fa98e088..bee4e303 100644 --- a/docs/customizing.md +++ b/docs/customizing.md @@ -18,6 +18,7 @@ $ jb install github.com/prometheus-operator/kube-prometheus/jsonnet/kube-prometh $ wget https://raw.githubusercontent.com/prometheus-operator/kube-prometheus/main/example.jsonnet -O example.jsonnet $ wget https://raw.githubusercontent.com/prometheus-operator/kube-prometheus/main/build.sh -O build.sh +$ chmod +x build.sh ``` > `jb` can be installed with `go install -a github.com/jsonnet-bundler/jsonnet-bundler/cmd/jb@latest` -- GitLab