Fix example-app manifests

This commit is contained in:
Fabian Reinartz
2016-11-02 10:17:56 -07:00
parent cd4941eba4
commit 043131a77c
6 changed files with 11 additions and 55 deletions

View File

@@ -13,8 +13,8 @@ kctl() {
kctl apply -f manifests/prometheus-operator.yaml
# Wait for TPRs to be ready.
until kctl get servicemonitor; do sleep 0.1; done
until kctl get prometheus; do sleep 0.1; done
until kctl get servicemonitor; do sleep 1; done
until kctl get prometheus; do sleep 1; done
kctl apply -f manifests/exporters
kctl apply -f manifests/grafana