craig-rueda commented on issue #11387: URL: https://github.com/apache/incubator-superset/issues/11387#issuecomment-716639338
Yep, you'd need to create a new secret with your own keys in it, similar to this: https://github.com/apache/incubator-superset/blob/master/helm/superset/templates/secret-superset-config.yaml You can then point the chart at it by using the prop: https://github.com/apache/incubator-superset/blob/master/helm/superset/values.yaml#L33 Lastly, here's the docs regarding email scheduling: https://superset.apache.org/docs/installation/email-reports The config options mentioned there would need to be dropped into the new config that you create. Hope this helps ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
