Skip to content

Commit 416aebb

Browse files
authored
Wait for Mimir to be installed in k8s integration test (#5064)
1 parent 688da66 commit 416aebb

File tree

1 file changed

+1
-1
lines changed
  • internal/cmd/integration-tests-k8s/tests/mimir-alerts-kubernetes/testdata

1 file changed

+1
-1
lines changed

internal/cmd/integration-tests-k8s/tests/mimir-alerts-kubernetes/testdata/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ kubectl create namespace mimir-test
1010
helm repo add grafana https://grafana.github.io/helm-charts
1111
helm repo update
1212
# TODO: Upgrade to version 6 of Mimir's Helm chart.
13-
helm -n mimir-test install mimir grafana/mimir-distributed --version 5.8.0
13+
helm -n mimir-test install mimir grafana/mimir-distributed --version 5.8.0 --wait

0 commit comments

Comments
 (0)