Skip to content

Commit

Permalink
insert back some previously remvoed code
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantumEnigmaa committed Sep 23, 2024
1 parent eaf7952 commit 8bec52d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/manual_e2e/basic_checks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,15 @@ deployed=$(kubectl get app -n giantswarm loki -o yaml | yq .status.release.statu
[[ "$deployed" != "deployed" ]] \
&& exit_error "loki app is not in deployed state. Please fix the app before retrying"

echo "loki app is indeed in deployed state"
echo "Checking if loki-canary is enabled"

canary=$(kubectl get cm -n giantswarm loki-chart-values -oyaml | yq .data.values | yq .loki.lokiCanary.enabled)

[[ "$canary" != "true" ]] \
&& exit_error "loki-canary is not enabled. Please enable it before retrying"

echo "loki-canary is indeed enabled"
echo "Checking if all loki pods are up and running"

lokiComponents=("read" "write" "backend" "gateway" "canary")
Expand Down

0 comments on commit 8bec52d

Please sign in to comment.