refactor: subscribe to microservices app repo
Deploy Cluster / Terraform (push) Has been cancelled
Deploy Cluster / Ansible (push) Has been cancelled

This commit is contained in:
2026-05-05 04:14:21 +00:00
parent 2cf2005100
commit 69577c7ada
13 changed files with 30 additions and 254 deletions
+1 -1
View File
@@ -1248,7 +1248,6 @@ jobs:
wait_for_kustomization_ready addon-observability-secrets 300s
wait_for_kustomization_ready addon-observability 300s
wait_for_kustomization_ready addon-observability-content 300s
wait_for_kustomization_ready apps 300s
if ! kubectl -n flux-system wait --for=condition=Ready helmrelease --all --timeout=120s; then
stalled_helmreleases="$(kubectl -n flux-system get helmreleases -o jsonpath='{range .items[*]}{.metadata.name}{" "}{.status.conditions[?(@.type=="Stalled")].status}{"\n"}{end}' | awk '$2 == "True" {print $1}')"
if [ -n "${stalled_helmreleases}" ]; then
@@ -1294,6 +1293,7 @@ jobs:
| grep -Ev "^cattle-capi-system[[:space:]]+capi-controller-manager-" \
| grep -Ev "^cattle-turtles-system[[:space:]]+cluster-api-operator-resources-cleanup-" \
| grep -Ev "^kube-system[[:space:]]+helm-install-" \
| grep -Ev "^microservices[[:space:]]+" \
| tee "${unhealthy_pods}" || true
test ! -s "${unhealthy_pods}"
kubectl -n kube-system get pods -o wide