-
Notifications
You must be signed in to change notification settings - Fork 20
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
Add support for secrets #573
Comments
This is supported by the upstream common library. Here's how you could set your example env: env:
CODER_OIDC_CLIENT_SECRET:
valueFrom:
secretKeyRef:
name: secretname
key: oidc_secret |
Awesome, thanks! Would it be helpful to include an example in the default |
@waza-ari You're welcome! That definitely wouldn't hurt. Feel free to make a PR if you'd like. Otherwise, I can add an example next time I work on the paperless-ngx chart. |
@waza-ari Did you ever end up resolving this? :) |
@jimkoen Secrets are fully supported! See #573 (comment) for an example. |
Chart Name
paperless-ngx
Is your feature request related to a problem? Please describe.
Somewhat related to #437, it would be very helpful to have the ability to set environment variables from secrets.
Describe the solution you'd like
it would be nice to either specifying literals for environment variables, or being able to use the config map ref or secret ref, pretty much like that:
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: