X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=installers%2Finstall_ngsa.sh;h=151b6860de52d175caf7b17c21a97895207fde20;hb=fc5714cf86a58590c2516dff0562ce859aace267;hp=b90c3dc07f63e7e7f7855346db4d0564ba64fdf7;hpb=bae51f695443abcd0e410a92161af05b497ddc7a;p=osm%2Fdevops.git diff --git a/installers/install_ngsa.sh b/installers/install_ngsa.sh index b90c3dc0..151b6860 100755 --- a/installers/install_ngsa.sh +++ b/installers/install_ngsa.sh @@ -62,6 +62,9 @@ function install_prometheus_pushgateway() { # Install Prometheus AlertManager helm chart function install_prometheus_alertmanager() { [ -z "${DEBUG_INSTALL}" ] || DEBUG end of function + # copy alertmanager-values.yaml to the destination folder + sudo mkdir -p ${OSM_HELM_WORK_DIR} + sudo cp ${OSM_DEVOPS}/installers/helm/values/alertmanager-values.yaml ${OSM_HELM_WORK_DIR} if ! helm -n osm status alertmanager 2> /dev/null ; then # if it does not exist, install helm repo add prometheus-community https://prometheus-community.github.io/helm-charts