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
Same problem with our usage at MailerLite. We imported it into Flux, but as soon as we updated the version, it broke cause it requires files each time. Please provide a mechanism for using an existing secret.
I know this is old, so it may just be outdated. But I installed this no problem with a existing credentials (also using flux). If you just dont set connect.credentials or operator.token.value neither secret will be created and you can use an existing secret.
Apologies for the slow movement on this issue, we have tracked this internally to look into adding in the future. We will update you when this has been implemented. In the meantime, is the solution that @Apollorion provided satisfactory?
Summary
It would be great if we could specify e.g.
operator.existingTokenSecret
andconnect.existingCredentialsSecret
when installing the Helm chartUse cases
I use this with ArgoCD and don't want the credentials/token in my Git repository.
Proposed solution
Specifying the name of a Secret with the existing token should negate the need to specify token/credentials on every install.
The text was updated successfully, but these errors were encountered: