Ensure that grafana-credentials are created first. ...

Without this, a race condition may occur, preventing grafana-watcher
from logging in to grafana.
This commit is contained in:
Jeff Cook
2017-04-14 23:25:12 -06:00
parent c2daa0346c
commit c3cb0ac749

View File

@@ -24,6 +24,7 @@ until kctl get alertmanager > /dev/null 2>&1; do sleep 1; printf "."; done
echo "done!"
kctl apply -f manifests/exporters
kctl apply -f manifests/grafana/grafana-credentials.yaml
kctl apply -f manifests/grafana
kctl apply -f manifests/prometheus/prometheus-k8s-rules.yaml