home manager crons fix

This commit is contained in:
Roger Oriol
2026-07-25 00:54:46 +02:00
parent 4694034a04
commit 842815d370
4 changed files with 46 additions and 18 deletions

View File

@@ -4,7 +4,8 @@
# via the Home Assistant REST API (http://home-assistant.home-assistant:80).
#
# The cron-seed Job needs to `kubectl exec` into the hermes pod to run
# `hermes cron create ...` (the only way to seed Hermes' internal cron).
# `hermes cron delete` + `hermes cron create ...` (the only way to seed and
# reconcile Hermes' internal cron schedule from Git).
# Scoped to this namespace, pods/exec on the hermes pod only.
---
apiVersion: v1