kube-backup
kube-backup copied to clipboard
Writer.remove_repo_content Inconsistency with GIT_PREFIX
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
I have submitted PR #17 to resolve this issue