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 \