ποΈ Your 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.
ποΈ LocalOps Variables
When deploying your application using LocalOps, certain Helm values are automatically passed to your application. These values can be utilized within your application to configure settings dynamically based on the deployment environment. This guide will explain how developers can consume these LocalOps passed Helm values within their applications.