charts icon indicating copy to clipboard operation
charts copied to clipboard

Add support for existing backup credentials

Open donch opened this issue 11 months ago • 2 comments

Currently, the cluster chart create a secret containing backup credentials like S3. There is no way to provide a existingSecret to avoid putting these credentials in the Helm Values.

donch avatar Feb 28 '24 09:02 donch

I was just about to set up my first cluster and ran into that problem as well. Since we are using GitOps, it's anything but ideal to store the secret access key straight in Git.

DASPRiD avatar Feb 29 '24 21:02 DASPRiD

Same here. I can not store the secret in the values file.

mrclrchtr avatar Apr 02 '24 13:04 mrclrchtr

Hi all, any update about this feature? I think is very important to permit the use of an existing secret to allow the use of this chart with tools like fluxcd

SalvoRusso8 avatar May 13 '24 14:05 SalvoRusso8

@SalvoRusso8 There is PR that implements this: #239. Would you be able to test that and confirm it works?

itay-grudev avatar May 24 '24 15:05 itay-grudev