From f1baccf5520d719691799792e5afbe3ab81ecda4 Mon Sep 17 00:00:00 2001 From: Patrick Lee Scott Date: Tue, 25 Aug 2026 23:48:57 -0500 Subject: [PATCH] fix: report LBC stack readiness --- functions/render/001-state-status.yaml.gotmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/render/001-state-status.yaml.gotmpl b/functions/render/001-state-status.yaml.gotmpl index 4a866c7..41c3c4f 100644 --- a/functions/render/001-state-status.yaml.gotmpl +++ b/functions/render/001-state-status.yaml.gotmpl @@ -36,8 +36,8 @@ # Compute status output # ============================================================================== -# Ready state determined by function-auto-ready -{{- $ready := false }} +# Overall readiness requires both workload installation and AWS Pod Identity. +{{- $ready := and $helmReleaseReady $podIdentityReady }} {{- $state = set $state "observed" (dict "helmRelease" (dict "ready" $helmReleaseReady)