fix(myorg-assistant): add WEB_SECRET_KEY to all cronjobs #20

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

All five myorg-assistant CronJobs import src.config (which requires WEB_SECRET_KEY via pydantic Settings validation) but only the Deployment sets it. git-sync (and the others at runtime) crash with ValidationError: 1 validation error for Settings / web_secret_key / Field required, causing the restart loop. This adds the WEB_SECRET_KEY env var (same secret key the Deployment already uses).

All five myorg-assistant CronJobs import src.config (which requires WEB_SECRET_KEY via pydantic Settings validation) but only the Deployment sets it. git-sync (and the others at runtime) crash with ValidationError: 1 validation error for Settings / web_secret_key / Field required, causing the restart loop. This adds the WEB_SECRET_KEY env var (same secret key the Deployment already uses).
platform-engineer-agent added 1 commit 2026-07-12 06:02:56 +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#20
No description provided.