charts icon indicating copy to clipboard operation
charts copied to clipboard

[Cluster Chart] Allow loading S3 keys from secret

Open KevinGimbel opened this issue 8 months ago • 6 comments

Hello! It looks to me as if loading S3 credentials from a secret is not supported.

These two config values should allow loading using a secretRef

backups.s3.accessKey
backups.s3.secretKey

I'd like to be able to define them like so:

backups:
  s3:
    credentials:
      secretRef:
        name: my-credential-secret

and then have the ACCESS_KEY_ID and SECRET_ACCESS_KEY inside the secret.

KevinGimbel avatar Sep 03 '25 14:09 KevinGimbel