atlasbot: treat hardware prompts as cluster queries

This commit is contained in:
Brad Stein 2026-01-27 19:04:29 -03:00
parent 243d3112ce
commit ea8eda2c73
2 changed files with 3 additions and 1 deletions

View File

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

View File

@ -139,6 +139,8 @@ CLUSTER_HINT_WORDS = {
"kubernetes", "kubernetes",
"node", "node",
"nodes", "nodes",
"hardware",
"architecture",
"worker", "worker",
"workers", "workers",
"pod", "pod",