From 6e6a99d0b642beeb5e7de7571548a170c6fda8b8 Mon Sep 17 00:00:00 2001 From: Patrick Lee Scott Date: Wed, 26 Aug 2026 01:34:09 -0500 Subject: [PATCH] fix: report snapshot controller readiness --- functions/render/010-state-status.yaml.gotmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/render/010-state-status.yaml.gotmpl b/functions/render/010-state-status.yaml.gotmpl index 9b0f848..9744ba5 100644 --- a/functions/render/010-state-status.yaml.gotmpl +++ b/functions/render/010-state-status.yaml.gotmpl @@ -24,5 +24,5 @@ ) }} {{- $state = set $state "status" (dict - "ready" false + "ready" $state.observed.controller.ready ) }}