You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When deploying the chart, I wanted to pre-create the secret for the config as an encrypted sealed-secret, as it holds credentials. I am doing this with ArgoCD. The default helm chart overwrites the existing secret with default data. I had to copy the helm chart locally and remove the secret.yaml template to stop this from happening. Can there be a config.secret flag to use existing secret, skipping the secret creation?
The text was updated successfully, but these errors were encountered:
When deploying the chart, I wanted to pre-create the secret for the config as an encrypted sealed-secret, as it holds credentials. I am doing this with ArgoCD. The default helm chart overwrites the existing secret with default data. I had to copy the helm chart locally and remove the secret.yaml template to stop this from happening. Can there be a config.secret flag to use existing secret, skipping the secret creation?
The text was updated successfully, but these errors were encountered: