feature/ariadne #11

Merged
bstein merged 416 commits from feature/ariadne into main 2026-01-28 14:05:40 +00:00
2 changed files with 3 additions and 1 deletions
Showing only changes of commit dfa13e22cc - Show all commits

View File

@ -16,7 +16,7 @@ spec:
labels:
app: atlasbot
annotations:
checksum/atlasbot-configmap: manual-atlasbot-15
checksum/atlasbot-configmap: manual-atlasbot-16
vault.hashicorp.com/agent-inject: "true"
vault.hashicorp.com/role: "comms"
vault.hashicorp.com/agent-inject-secret-turn-secret: "kv/data/atlas/comms/turn-shared-secret"

View File

@ -1118,6 +1118,8 @@ def sync_loop(token: str, room_id: str):
)
if missing_hint and "no missing" not in missing_hint:
msg += f" {missing_hint}"
elif "should" in lower_body:
msg += " I dont have an expected worker inventory in the KB; this is the current cluster state."
send_msg(token, rid, msg)
continue
if "missing" in lower_body and "node" in lower_body: