🐞 Fix Helm command in Prom deploy

This commit is contained in:
Jerome Petazzoni
2021-02-21 16:29:49 +01:00
parent 42f4b65c87
commit 2516b2d32b

View File

@@ -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 \