Bring your helm charts (Deprecated)
Environment Variables
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 from this example.
You can also use Helm values to customize your application’s configuration for each environment you wish to create.
The environment variables DB_USER
, DB_PASS
, DB_HOST
and DB_PORT
are set dynamically during each deployment.