You can dynamically configure your application by passing environment variables to the container hosting your
application image by adding them to the pod template specification in your Helm chart.
You can set the values for these environment variables directly, such as APP_PORT in this example.You can also use Helm values to customize your application’s configuration for each environment you wish to create.