samudurand commented on issue #13539: URL: https://github.com/apache/superset/issues/13539#issuecomment-832484672
Looking into the values.yaml from superset I can see that there is no section called additionalRequirements, nor in any of the templates. I think what they expect us to use is the bootstrapScript section, or more precisely to replace it by building a new Docker image and building it ourselves. See the comment in that section: ``` # Install additional packages and do any other bootstrap configuration in this script # For production clusters it's recommended to build own image with this step done in CI bootstrapScript: | ``` -- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
