jkleinkauff edited a comment on issue #15262: URL: https://github.com/apache/superset/issues/15262#issuecomment-891194157
Rebuilding my infrastructure and using the original values.yml got it working! ``` helm install -f default_values.yml superset superset/superset -n superset helm upgrade -f default_values.yml -f custom_values.yml superset superset/superset -n superset ``` It's possible that before that I could have messed up my yml files tho :D Thank you @layoaster ! -- 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]
