diff --git a/backupbot.py b/backupbot.py index 05f8fe3..2e4e57d 100755 --- a/backupbot.py +++ b/backupbot.py @@ -161,6 +161,7 @@ def copy_secrets(apps): f"For the secret {sec['SecretName']} the file {src} does not exist for {s.name}") continue dst = SECRET_PATH + sec['SecretName'] + logger.debug("Copy Secret {sec['SecretName']}") copyfile(src, dst)