attilaolah opened a new issue, #42108: URL: https://github.com/apache/superset/issues/42108
Please add a chart value such as `supersetNode.extraInitContainers`, `supersetWorker.extraInitContainers`, and `init.extraInitContainers` that appends user-defined init containers to the chart defaults. Currently, setting `*.initContainers` replaces the full default list, so users must copy upstream wait-for containers just to add one custom init container. This is fragile across chart upgrades. Use case: add a small init container to prepare generated assets or runtime files while keeping the chart-provided `wait-for-postgres` / `wait-for-postgres-redis` containers 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]
