-
-
Notifications
You must be signed in to change notification settings - Fork 43
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
Ability to use existing secret for config #5
Comments
Sure, can you create a PR for it? The existing secret should be simple, for having additional values from the secret, might make sense to add something similar to the extraConfig that would loop over arbitrary values. Maybe an extraSecretConfig? |
Sorry, it looks like I'll be giving Hosted Weblate a try first. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Does the |
|
Hi,
This looks promising!
I see you already support setting some "secret" environment variables via values.
In my case, I'd like to be able to configure these and additional environment variables, for example:
I would also like to do this without needing to put them in my
values.yaml
file....for example by adding a secret beforehand and configuring this chart to use my predefined secret instead of creating a new one.
As this chart is using postgres, here's an example of how the postgres chart either creates a secret or uses an existing one:
https://github.com/helm/charts/blob/12a061a/stable/postgresql/templates/_helpers.tpl#L210-L232
What do you think, would you be open to supporting something like this?
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: