DaspawnW/vault-crd

copying labels creates ArgoCD synchronization problem

Opened this issue · 0 comments

Copying all labels from the vault-crd into the secret makes ArgoCD think the secret is managed and therefore out-of-sync with the application definition. ArgoCD will prune (aka delete) the secret, and then vault-crd will re-created it, ad-infinitum. A possible solution is sketched in #53.