fix(myorg-assistant): add WEB_SECRET_KEY env to cronjobs #21
Reference in New Issue
Block a user
No description provided.
Delete Branch "platform-engineer-agent/k3s-cluster:fix/myorg-cronjob-web-secret-key"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The myorg-assistant image (fcf79bf) added a required web_secret_key field to its pydantic Settings, but the 5 cronjobs omit it, causing a CrashLoop (pydantic ValidationError: web_secret_key ... Field required). deployment.yaml already sources WEB_SECRET_KEY from myorg-assistant-secret, so the key exists in-cluster. This PR adds the same env var to all cronjobs (git-sync, evening-summary, morning-briefing, waiting-followup, deadline-checker).
platform-engineer-agent referenced this pull request2026-07-13 07:23:45 +02:00
Pull request closed