villebro opened a new pull request, #118: URL: https://github.com/apache/superset-kubernetes-operator/pull/118
## Summary Document how to deploy Superset extensions with the operator today. The guide now describes the two supported patterns: baking extension bundles into the Superset image, or mounting them with Kubernetes-native `podTemplate` volume fields and setting the extension path through `spec.config`. It also clarifies that top-level `spec.podTemplate` is inherited by operator-managed Superset workload Pods, and documents `spec.forceReload` as the escape hatch for recycling pods when mounted extension contents change. ## Details - Adds an Extensions section to the configuration guide. - Shows examples for image-baked and mounted extension bundles. - Adds a small regression assertion that podTemplate volumes and volumeMounts reach the Superset container. -- 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]
