Change-Id: I83fd859d14fc64dc2b2e3328ce79577fffd619ce
Signed-off-by: aguilard <e.dah.tid@telefonica.com>
# 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