kube-backup icon indicating copy to clipboard operation
kube-backup copied to clipboard

Writer.remove_repo_content Inconsistency with GIT_PREFIX

Open kalahari opened this issue 2 years ago • 1 comments

The Writer.remove_repo_content method uses GIT_PREFIX to search for files to remove, but does not add GIT_PREFIX to the path when building the list of files to remove. The job fails with the error: error: No such file or directory @ apply2files - ./kube_state/_global_. Use --trace to view backtrace

kalahari avatar Jan 26 '23 22:01 kalahari

I have submitted PR #17 to resolve this issue

kalahari avatar Jan 26 '23 22:01 kalahari