I try use helm install --name my-release stable/superset
to deploy the superset on Kubernetes. But, I need change the default config. in the helm chart this is don't clear. Any one can help?
You can use helm fetch to Download a chart to your local directory, so You can change the values in values.yaml file and then install it.
for example
helm fetch stable/superset --untar
Use text editor to change the values file
nano superset/values.yaml
Part of values.yaml is configFile, so as I can understand in link provided by You, you can change defaults here.
configFile: |-
#---------------------------------------------------------
# Superset specific config
#---------------------------------------------------------