Majid Azimi
Majid Azimi
Since upstream docker image is already using non root user, I thought it might be good to enforce security context at container level in the chart to prevent accidental problems....
I'm using helm chart 0.6.0 with 1.5.0rc4, however `superset-init-db` fails with no obvious errors: ``` Upgrading DB schema... logging was configured successfully 2022-04-25 13:32:15,777:INFO:superset.utils.logging_configurator:logging was configured successfully 2022-04-25 13:32:15,781:INFO:root:Configured event...
In order to isolate the deployment of coordinator and workers, we need to apply `nodeSelector`, `affinity` and `tolerations` separately. This MR moves them from global setting to coordinator and worker...