Add script to keep kube-prometheus rules in sync with helm charts

Bump prometheus to 2.0.0, prometheus-operator to 0.15.0, alertmanager to 0.12.0 and node-exporter to 0.15.1, grafana to 4.6.3
migrate prometheus alerts to yaml notation
This commit is contained in:
Giancarlo Rubio
2017-11-28 10:30:42 +01:00
parent 9130536097
commit 22eef956af
2 changed files with 2 additions and 2 deletions

View File

@@ -203,7 +203,7 @@ addArrayToConfigMap() {
# Dashboard foot
test "$type" = "dashboard" && cat $DASHBOARD_FOOT_FILE
done
echo "---"
#echo "---"
IFS=$OLDIFS
return 0