Skip to content

Commit

Permalink
Merge pull request #837 from Kuadrant/verify-dashboard-alert-fix
Browse files Browse the repository at this point in the history
Verify Dashboard and Alerts workflow fix
  • Loading branch information
maleck13 authored Jan 29, 2025
2 parents 1a9c2d3 + b90235e commit b1653b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/verify-dashboards-alerts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
kubectl apply -k config/dependencies/istio/sail
kubectl -n istio-system wait --for=condition=Available deployment istio-operator --timeout=300s
kubectl apply -f config/dependencies/istio/sail/istio.yaml
kubectl create ns kuadrant-system
# Install Observability Stack (Grafana and Prometheus)
kubectl kustomize config/observability/ | docker run --rm -i ryane/kfilt -i kind=CustomResourceDefinition | kubectl apply --server-side -f -
Expand Down Expand Up @@ -119,4 +120,4 @@ jobs:
exit 1
fi
echo "Prometheus has all alert rules."
echo "Prometheus has all alert rules."

0 comments on commit b1653b0

Please sign in to comment.