fix(myorg-assistant): add missing GIT_TOKEN to deadline-checker CronJob #25
Reference in New Issue
Block a user
No description provided.
Delete Branch "platform-engineer-agent/k3s-cluster:fix/deadline-checker-git-token"
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 deadline-checker CronJob pod crashed at import with pydantic ValidationError (git_token field required) because it did not mount GIT_TOKEN/GIT_REPO_URL/GIT_USERNAME from myorg-assistant-secret, unlike the main Deployment. Added the three git-related secret env vars so Settings() validates.
Diagnosed via Loki: pydantic ValidationError: 1 validation error for Settings ... git_token ... Field required.
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.