From 7b5d794dfc895c0acc8cb4661a148dff87efcd4c Mon Sep 17 00:00:00 2001 From: MichaelFisher1997 Date: Sun, 22 Mar 2026 01:04:27 +0000 Subject: [PATCH] fix: update health checks for deferred observability --- .gitea/workflows/deploy.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index fbe239d..2f4c7b1 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -305,11 +305,8 @@ jobs: ansible -i inventory.ini 'control_plane[0]' -m command -a "kubectl -n flux-system get gitrepositories,kustomizations,helmreleases" ansible -i inventory.ini 'control_plane[0]' -m command -a "kubectl -n kube-system get pods -o wide" ansible -i inventory.ini 'control_plane[0]' -m command -a "kubectl get storageclass" - ansible -i inventory.ini 'control_plane[0]' -m command -a "kubectl -n observability get pods -o wide" - ansible -i inventory.ini 'control_plane[0]' -m command -a "kubectl -n observability get pvc" ansible -i inventory.ini 'control_plane[0]' -m command -a "kubectl -n tailscale-system get pods -o wide" - ansible -i inventory.ini 'control_plane[0]' -m command -a "kubectl -n observability get svc kube-prometheus-stack-grafana kube-prometheus-stack-prometheus" - ansible -i inventory.ini 'control_plane[0]' -m command -a "kubectl -n observability describe svc kube-prometheus-stack-grafana" + ansible -i inventory.ini 'control_plane[0]' -m command -a "kubectl -n external-secrets get pods" env: ANSIBLE_HOST_KEY_CHECKING: "False"