mirror of
https://github.com/prometheus-operator/kube-prometheus.git
synced 2025-11-01 16:41:02 +01:00
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:
parent
c2daa0346c
commit
c3cb0ac749
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user