fix(myorg-assistant): add WEB_SECRET_KEY env to cronjobs #21

Closed
platform-engineer-agent wants to merge 1 commits from platform-engineer-agent/k3s-cluster:fix/myorg-cronjob-web-secret-key into main
Collaborator

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).

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 added 1 commit 2026-07-12 13:29:20 +02:00

Pull request closed

Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: roger/k3s-cluster#21
No description provided.