Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[backups] Allow specify the secret keys if an existing secret is created. #383

Open
ercpereda opened this issue Sep 10, 2024 · 0 comments · May be fixed by #384
Open

[backups] Allow specify the secret keys if an existing secret is created. #383

ercpereda opened this issue Sep 10, 2024 · 0 comments · May be fixed by #384
Labels
chart( cluster ) Related to the cluster chart

Comments

@ercpereda
Copy link

When you pass the following values:

backups:
  secret:
    create: false
    name: my-existing-secret

Forces my-existing-secret to contain ACCESS_KEY_ID and ACCESS_SECRET_KEY.
The name of those keys are hardcoded in the template (See ACCESS_KEY_ID and ACCESS_SECRET_KEY)

This could be useful in some sceneries. For instance, when you use Rook(Ceph) to create a Bucket a secret is created with the credentials, right now isn't possible to refer to that secret because the name of the keys doesn't match with the expected by this chart.

@ercpereda ercpereda linked a pull request Sep 10, 2024 that will close this issue
@itay-grudev itay-grudev added the chart( cluster ) Related to the cluster chart label Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chart( cluster ) Related to the cluster chart
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants