Skip to content

Commit 5c65740

Browse files
fix(local): scope observability repo update (#22)
Update only the prometheus-community Helm repository during local observability setup instead of refreshing every configured repository. Signed-off-by: Frank Spitulski <fspitulski@nvidia.com>
1 parent 6b622de commit 5c65740

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

local/infra/scripts/setup-observability.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ CLUSTERS="csc cpc-1 cpc-2"
1818

1919
# Add Prometheus Helm repository
2020
helm repo add prometheus-community https://prometheus-community.github.io/helm-charts 2>/dev/null || true
21-
helm repo update >/dev/null
21+
helm repo update prometheus-community >/dev/null
2222

2323
deploy_to_cluster() {
2424
local cluster="$1"

0 commit comments

Comments
 (0)