Python Forum
Configuration file through helm charts - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Web Scraping & Web Development (https://python-forum.io/forum-13.html)
+--- Thread: Configuration file through helm charts (/thread-38027.html)



Configuration file through helm charts - saisankalpj - Aug-23-2022

Hi,
Right now My django project is up and running in kubernetes cluster.I have achieved this through helm charts by specifying the docker images path in values.yaml file.
So the requirement is now that i should remove the present .env file in django project and create a comfiguration file using helm charts.ie instead of having .env file i should have configuration file deployed through helm charts

How do i achieve this task
Thanks in advance