proxy-dumper: don't clean the target directory #4
Loading…
Reference in a new issue
No description provided.
Delete branch "cert-dumper-disable-clean"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
the proxy dumper deletes and recreates all directories when dumping certs. this does break a lot of the container mounts for certificates needing restarts for the containers which is especially troublesome for containers loading these cert files dynamically (postfix).
This setting is apparently configurable so we should try disabling it (see:
a909fe7184/cmd/root.go (L61)
)I hope this should fix some of the issues we have with non-accessible cert files after updates