You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After doing an init, if you try to sync without first creating an empty folder it errors with "no such file or directory" here's an example with rabbitmq:
helm-freeze sync
[+] Adding helm repos
-> stable
-> bitnami
[+] Downloading charts
-> bitnami/rabbitmq 7.6.4
Error message: rename .//rabbitmq .//rabbitmq.old: no such file or directory%
mkdir rabbitmq and re-executing solves the problem, the .old folder isn't present either after sync is complete.
The text was updated successfully, but these errors were encountered:
After doing an init, if you try to sync without first creating an empty folder it errors with "no such file or directory" here's an example with rabbitmq:
mkdir rabbitmq
and re-executing solves the problem, the .old folder isn't present either after sync is complete.The text was updated successfully, but these errors were encountered: