argoproj-labs/argocd-operator

Disable creating initial secret for ArgoCD export

Open

#600 opened on Apr 4, 2022

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Go (1,123 forks)auto 404
ArgoCDExporthelp wantedtriage:required

Repository metrics

Stars
 (876 stars)
PR merge metrics
 (PR metrics pending)

Description

Is your feature request related to a problem? Please describe. Creating a default secret causes conflicts when the actual secret values are synchronized from an external store by some tool (eg. ExternalSecrets).

Describe the solution you'd like Disable creating a default secret with a default backup key trusting that it will eventually be there.

Describe alternatives you've considered I've opened an issue in ExternalSecrets to resolve the conflicts when a secret already exists, but I find that to be a more difficult solution compared to just not creating the secret in the first place.

Contributor guide