Skip to content
Snippets Groups Projects
Commit ce207574 authored by Nuala Gaffey's avatar Nuala Gaffey
Browse files

Per issue 593, append .yml to each filename used in the generated configmap. I...

Per issue 593, append .yml to each filename used in the generated configmap. I wasn't able to see alerts in the Prometheus UI until I did this
parent 40d746e1
Branches
Tags
No related merge requests found
...@@ -13,6 +13,6 @@ EOF ...@@ -13,6 +13,6 @@ EOF
for f in assets/prometheus/rules/*.rules.y*ml for f in assets/prometheus/rules/*.rules.y*ml
do do
echo " $(basename $f): |+" echo " $(basename $f | sed s/\.yml//): |+"
cat $f | sed "s/^/ /g" cat $f | sed "s/^/ /g"
done done
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment