attilaolah opened a new issue, #42109: URL: https://github.com/apache/superset/issues/42109
Please add component-scoped values such as `supersetNode.extraVolumes` and `supersetNode.extraVolumeMounts`, with equivalents for worker/init/beat/flower where appropriate. Currently, `extraVolumes` / `extraVolumeMounts` are global. This makes it difficult to mount a volume only into the web Deployment without also affecting workers and init jobs. Use case: mount an `emptyDir` over `/app/superset/static/assets` only in the web pod, while leaving Celery workers and init jobs unchanged. -- 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]
