Python Forum

Full Version: Configuration file through helm charts
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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