Business Scenario
You want to deploy an application to SAP BTP, Kyma runtime, which needs to be configured with some environment variables. You want to store these environment variables in a ConfigMap and inject them into your application.
Live Environment
In this exercise, you will perform the following steps:
- Create a ConfigMap.
- Deploy an application with the ConfigMap and verify the result.
Prerequisites
- You have successfully created a SAP BTP, Kyma runtime instance in the SAP BTP subaccount.
- You have configured kubectl to work with your SAP BTP, Kyma runtime instance.
Result
In this exercise, you have created a ConfigMap and deployed an application that uses the ConfigMap. Furthermore, you have verified that the application is using the ConfigMap correctly.