forked from roger/k3s-cluster
All four CronJobs share the same image + run_job entrypoint and import Settings(), which requires git_token. Only git-sync and the Deployment supplied these. Added GIT_REPO_URL/GIT_USERNAME/GIT_TOKEN secret env vars to the other three CronJobs to prevent the same pydantic ValidationError crash at import.