Files
k3s-cluster/myorg-assistant
Hermes Platform Engineer ba7e05a73d fix(myorg-assistant): add git-clone initContainer to git-sync CronJob
The git-sync CronJob only ran `git pull`/`git push` against /data/myorg
but never ensured the repo existed. The clone was solely the Deployment's
git-clone initContainer's job, and when that didn't populate the volume the
cron pod failed with 'Not a git repository: /data/myorg' on every run (and
swallowed the error, exiting 0).

Add an idempotent git-clone initContainer (guarded by [ ! -d /data/myorg/.git ])
so the cron job self-heals and actually syncs.

Refs: myorg-git-sync-* 'Pull: Error: Not a git repository' (last 24h+)
2026-07-18 17:21:26 +00:00
..
2026-06-23 00:26:29 +02:00
2026-02-03 23:56:31 +01:00
2026-07-11 19:22:57 +02:00
2026-06-23 00:26:29 +02:00
2026-06-23 00:26:29 +02:00