Overview
You can add, modify, or remove Environment Variables from your Engine Yard Kontainers applications using the EYK Web Console. After saving changes to an application's Environment Variables, the application is automatically re-deployed using a rolling deployment that causes no down-time.
Solution
- Login to the EYK Web Console
- You will arrive on the Applications page. Click on the application name that you want to add, update, or delete Environment Variables on from your list of applications to open the Application's Dashboard
- On the Application Dashboard, click on the Config tab
- The Environment Variables section displays your application’s current configuration. In this example, there is just one Environment Variable called ‘example’ with a value of ‘1’.
- To edit an existing Environment Variable:
- Click the edit icon and update the KEY or VALUE as needed
- Click the delete icon
- Enter the KEY and VALUE for the new Environment Variable, then click the add icon
- Click the Save Changes button
After clicking the Save Changes button, the screen will refresh as your web application is automatically re-deployed with the new Environment Variables, which are displayed on the Config tab.
Comments
Article is closed for comments.