Hey all :wave: Roughly an hour ago all our flows r...
# prefect-kubernetes
j
Hey all 👋 Roughly an hour ago all our flows running are throwing this error
FileNotFoundError: [Errno 2] No such file or directory: '/opt/prefect/...
(I excluded the whole file path) I checked and we haven’t changed anything, not sure what is going on
Fixed the issue, it looks like in the
steps
part of our deployments, when we clone our git repo the folder name is changed to
<our_repo_name>-<branch_to_clone>
vs originally it was just`our_repo_name`
🙏 1