Skip to content
Snippets Groups Projects
Commit c3cb0ac7 authored by Jeff Cook's avatar Jeff Cook
Browse files

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

Without this, a race condition may occur, preventing grafana-watcher
from logging in to grafana.
parent c2daa034
No related branches found
No related tags found
No related merge requests found
...@@ -24,6 +24,7 @@ until kctl get alertmanager > /dev/null 2>&1; do sleep 1; printf "."; done ...@@ -24,6 +24,7 @@ until kctl get alertmanager > /dev/null 2>&1; do sleep 1; printf "."; done
echo "done!" echo "done!"
kctl apply -f manifests/exporters kctl apply -f manifests/exporters
kctl apply -f manifests/grafana/grafana-credentials.yaml
kctl apply -f manifests/grafana kctl apply -f manifests/grafana
kctl apply -f manifests/prometheus/prometheus-k8s-rules.yaml kctl apply -f manifests/prometheus/prometheus-k8s-rules.yaml
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment