Environments
Learn how to manage configuration data for container applications in Sealos using environment variables for better maintainability and scalability.
In Sealos Dashbord, environment variables are pivotal in managing the configuration data for container applications. These variables enable the provision of essential configuration information to applications without necessitating changes to the application's code or image, thus bolstering their maintainability and scalability.
The process of defining environment variables in the "App Launchpad" interface is streamlined through a bulk input method. Users can define multiple variables by entering them line by line. Each variable comprises a key and a value, separated by either an equal sign (=) or a colon (:). The interface is designed to automatically eliminate any invalid characters from the key, ensuring the accuracy and validity of the environment variables.
Environment Variable Formats That Are Correctly Interpreted:
Environment Variable Formats That Cannot Be Interpreted:
Last updated on