Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(job-runner): move job manifest path (#6517)
We found that we cannot rely on configmaps that mount as a specific file in k8s: they don't update without a restart (https://kubernetes.io/docs/concepts/storage/volumes/#using-subpath) ![Documentation about subpath](https://github.com/user-attachments/assets/1f18b7f8-6b77-454b-b70a-d7efd5b797a3) But, we cannot overwrite the contents of snuba/manual_jobs/ by mounting configuration there because we rely on source code in that directory. So we are moving this config to a new directory that doesn't pollute anything else (`snuba/env`). Next step: - updating the mount in ops to point to snuba/env
- Loading branch information