fix
This commit is contained in:
7
monitor/thanos-ruler/index.rhai
Normal file
7
monitor/thanos-ruler/index.rhai
Normal file
@@ -0,0 +1,7 @@
|
||||
const NS=config.namespace;
|
||||
const SRC=src;
|
||||
const DEST=dest;
|
||||
fn pre_pack() {
|
||||
shell("helm repo add prometheus-community https://prometheus-community.github.io/helm-charts");
|
||||
shell(`helm template prometheus-community prometheus-community/kube-prometheus-stack --namespace=vynil-monitor --values values.yml >${global::SRC}/chart.yaml`);
|
||||
}
|
||||
Reference in New Issue
Block a user