craig-rueda commented on a change in pull request #16219:
URL: https://github.com/apache/superset/pull/16219#discussion_r707808282
##########
File path: helm/superset/values.yaml
##########
@@ -54,11 +54,21 @@ extraEnv: {}
# GUNICORN_TIMEOUT: 300
- # OAUTH_HOME_DOMAIN: ..
+ # OAUTH_HOME_DOMAIN: ..
# # 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: {}
Review comment:
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.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]