forked from coop-cloud/backup-bot-two
Add debug infos
This commit is contained in:
parent
282215cf9c
commit
2a9a98172f
@ -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)
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user