-
Notifications
You must be signed in to change notification settings - Fork 14.1k
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
feat: added extraEnvRaw variable to load values from other secrets in Helm chart #16219
feat: added extraEnvRaw variable to load values from other secrets in Helm chart #16219
Conversation
3b9041e
to
42f8264
Compare
helm/superset/values.yaml
Outdated
# # If a whitelist is not set, any address that can use your OAuth2 endpoint will be able to login. | ||
# # this includes any random Gmail address if your OAuth2 Web App is set to External. | ||
# OAUTH_WHITELIST_REGEX: ... | ||
|
||
## Extra environment variables in RAW format that will be passed into pods | ||
## | ||
extraEnvRaw: {} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the default should be set to empty here. Using {}
as the default is a little misleading as it's a dictionary type whereas we need a list instead.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
19c337b
to
11bdfdd
Compare
ca13212
to
ef37b14
Compare
@eschutho tell me please, what should I do next to merge the PR? |
Looks like you need a version bump |
Signed-off-by: Evgeny Lyzov <lyzov.e.r@gmail.com> Signed-off-by: elyzov <lyzov.e.r@gmail.com>
ef37b14
to
30466ac
Compare
@craig-rueda Ok, thanks, I've just bumped a version |
@craig-rueda seems like now it's all right, can we merge the PR? |
…pache#16219) Signed-off-by: Evgeny Lyzov <lyzov.e.r@gmail.com> Signed-off-by: elyzov <lyzov.e.r@gmail.com>
…pache#16219) Signed-off-by: Evgeny Lyzov <lyzov.e.r@gmail.com> Signed-off-by: elyzov <lyzov.e.r@gmail.com>
SUMMARY
Added ability to load additional environment variables from third-party secrets, e.g. load DB password from zalando operator secret.
Solve #16245
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
TESTING INSTRUCTIONS
ADDITIONAL INFORMATION