fix(alerting): dead-man heartbeat never pushed (secret unavailable in runtime templates) #6

Open
ic-builder wants to merge 1 commits from ic-builder/kuma-heartbeat-secret-fix into dev
Showing only changes of commit e15b170659 - Show all commits
+1 -1
View File
@@ -25,4 +25,4 @@ rest:
# pushing — crash, wedge, power loss, network partition — Kuma pages # pushing — crash, wedge, power loss, network partition — Kuma pages
# the founder's phone directly. No HA in the alert loop. # the founder's phone directly. No HA in the alert loop.
shell_command: shell_command:
kuma_ha_heartbeat: 'curl -sS -m 15 "{{ kuma_push_url }}"' kuma_ha_heartbeat: !secret kuma_heartbeat_cmd # CR21 2026-09-06: runtime template contexts cannot read secrets; the old {{ }} form rendered undefined and the dead-man never pushed