diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 093cfa4..10f22eb 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -800,6 +800,7 @@ jobs: | grep -Ev "[[:space:]](Running|Completed)[[:space:]]" \ | grep -Ev "^cattle-system[[:space:]]+helm-operation-" \ | grep -Ev "^cattle-capi-system[[:space:]]+capi-controller-manager-" \ + | grep -Ev "^cattle-turtles-system[[:space:]]+cluster-api-operator-resources-cleanup-" \ | grep -Ev "^cattle-resources-system[[:space:]]+rancher-backup-patch-sa-" \ | grep -Ev "^kube-system[[:space:]]+helm-install-" \ | tee "${unhealthy_pods}" || true