Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Mount
/tmp
directory into parse-failures
template
Description: - post-sync failures aren't being reported to `#govuk-deploy-arts` and give the following error message: ```level=error msg="cannot save parameter /tmp/message.txt" argo=true error="open /tmp/message.txt: no such file or directory"``` - This is due to alphagov/govuk-infrastructure@e7e840d setting Argo Workflow pods as `readOnlyRootFileSystem` - Solution is to mount `/tmp` in so the pod can write to it - As part of #1883
- Loading branch information