argoproj / argoproj-deployments

Deployment repository for Argoproj CI/CD
https://cd.apps.argoproj.io
239 stars 124 forks source link

argocd-secret management isn't documented #5

Open docwhat opened 4 years ago

docwhat commented 4 years ago

It is obvious that the argocd-secret object isn't being managed here.

This has been an annoying part of trying to manage all of ArgoCD from a kustomize application as recommended in the docs.

Can you add documentation explaining where and how argocd-secret is begin managed?

christophkreutzer commented 2 years ago

@alexmt @alexec Sorry for bothering you, but it seems you contributed most to that part (of this repo and the docs). I'm having the same issue, and fail to understand how the initial bootstrapping is done and why the secrets' values are not deleted (because in my case, if I handle it similarly, argocd-secret is OutOfSync and the diff is showing me it will erase all secret values).