From 2516b2d32bd741f3ca1e953a05430670a4206c19 Mon Sep 17 00:00:00 2001 From: Jerome Petazzoni Date: Sun, 21 Feb 2021 16:29:49 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20Fix=20Helm=20command=20in=20Prom?= =?UTF-8?q?=20deploy?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- prepare-vms/lib/commands.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prepare-vms/lib/commands.sh b/prepare-vms/lib/commands.sh index cd965e11..91e5077e 100644 --- a/prepare-vms/lib/commands.sh +++ b/prepare-vms/lib/commands.sh @@ -721,7 +721,7 @@ _cmd_helmprom() { need_tag pssh " if i_am_first_node; then - sudo -u docker -H helm helm repo add prometheus-community https://prometheus-community.github.io/helm-charts/ + sudo -u docker -H helm repo add prometheus-community https://prometheus-community.github.io/helm-charts/ sudo -u docker -H helm install prometheus prometheus-community/prometheus \ --namespace kube-system \ --set server.service.type=NodePort \