cdreier opened a new issue, #20828: URL: https://github.com/apache/superset/issues/20828
Hi, we try to run superset on kubernetes with your helm charts and a custom security manager. we use the extraConfigs to mount some config files needed by flask_oidc (client_secret.json) - in the superset node, everything is fine, but the worker node crashes as the worker also initializes the flask_oidc context and does not mount the extraConfigs working deployment for the superset node https://github.com/apache/superset/blob/master/helm/superset/templates/deployment.yaml#L111 missing extraConfigs in the worker node :cry: https://github.com/apache/superset/blob/master/helm/superset/templates/deployment-worker.yaml#L104 ### Expected results the worker node mounts all the extraConfigs under the extraVolumeMounts like the main node ### Actual results the worker node crashes, as the extraConfigs were not mounted -- 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]
