You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2019/11/09 16:39:24 UTC

[GitHub] [incubator-superset] cychiang commented on issue #4923: Install superset in Kubernetes with helm chart

cychiang commented on issue #4923: Install superset in Kubernetes with helm chart
URL: https://github.com/apache/incubator-superset/pull/4923#issuecomment-552116137
 
 
   Hej, @newtonjose 
   I try my best to answer your question since I haven't updating my template for quite a long time. Maybe there're many different ways, but you can make it as following steps:
   1. create a `config` directory in helm project root, in this case, same layer as `Chart.yaml`
   2. place your `superset_config.py` under that directory
   3. deploy your template
   
   What's behind the scene?
   You can look at line 27 on `templates/configmap.yaml`, it will generate a Kubernetes configmap resource along when you deploy your template. 
   Then, look at line 42 on `templates/deployment.yaml` you can see that it will mount a configmap to a container which is superset. 
   After all, you can expect your `superset_config.py` will show up on `/etc/superset/`
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org