zalf-rdm / geonode-k8s

A Kubernetes helm chart for the geospacial webapplication Geonode
https://geonode-k8s.readthedocs.io/en/latest/
GNU General Public License v2.0
12 stars 7 forks source link

Optional overloading key configuration files using {{ .Files.Get }} #41

Open mwallschlaeger opened 1 year ago

mwallschlaeger commented 1 year ago

Helm provides the capability to allow reading e.g. configmap content from files. This could be used to allow users to bring their own custom configuration files into this deployment.

I can imagine this can be helpful for several files like: settings.py, geoserver configuration, tasks.py, entrypoint.sh, nginx-configuration and so on.

Implementing this into the helm chart is a doable task.