update glados secrets

This commit is contained in:
Morten Olsen
2026-02-05 19:23:57 +01:00
parent b7ee31a736
commit 556f883bab
2 changed files with 15 additions and 2 deletions

View File

@@ -9,7 +9,8 @@
"Bash(git -C /Users/alice/Projects/private/homelab/apps branch -a)",
"Bash(helm dependency:*)",
"Bash(helm lint:*)",
"Bash(helm template:*)"
"Bash(helm template:*)",
"Bash(kubectl get:*)"
]
}
}

View File

@@ -1,6 +1,6 @@
image:
repository: ghcr.io/morten-olsen/agentic
tag: 0.0.21
tag: 0.0.28
pullPolicy: Always
subdomain: glados
@@ -55,3 +55,15 @@ env:
secretKeyRef:
name: glados-secrets
key: GLADOS_TELEGRAM_OWNER_ID
GLADOS_HOMEASSISTANT_URL:
valueFrom:
secretKeyRef:
name: glados-secrets
key: GLADOS_HOMEASSISTANT_URL
GLADOS_HOMEASSISTANT_TOKEN:
valueFrom:
secretKeyRef:
name: glados-secrets
key: GLADOS_HOMEASSISTANT_TOKEN
GLADOS_HOMEASSISTANT_CALENDARS: "calendar.cecilie_og_morten,calendar.morten_olsen_zeronorth_com"
GLADOS_HOMEASSISTANT_PERSON_ENTITY: "person.morten"