From be0c8d6823e5d057a0fd4431ea40b6f427e8ed65 Mon Sep 17 00:00:00 2001 From: Jay Chen <3714048+jaychenthinkfast@users.noreply.github.com> Date: Tue, 18 Jun 2024 21:22:38 +0800 Subject: [PATCH] Update README.md install prometheus without pushgateway ,correct flag set --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3538722..b753fc5 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Any cloud provider can implement the API and Crane will work for the specific Cl Install Prometheus ``` helm repo add prometheus-community https://prometheus-community.github.io/helm-charts -helm install prometheus -n crane-system --set pushgateway.enabled=false --set alertmanager.enabled=false --set server.persistentVolume.enabled=false -f https://raw.githubusercontent.com/gocrane/helm-charts/main/integration/prometheus/override_values.yaml --create-namespace prometheus-community/prometheus +helm install prometheus -n crane-system --set prometheus-pushgateway.enabled=false --set alertmanager.enabled=false --set server.persistentVolume.enabled=false -f https://raw.githubusercontent.com/gocrane/helm-charts/main/integration/prometheus/override_values.yaml --create-namespace prometheus-community/prometheus ``` Install Grafana