Back to Challenges
Environment Config
The application is deployed but complains about missing configuration. It needs some settings from the environment to work properly.
15 min
Initial Situation
A web application has been deployed to the namespace. When you check the logs, you see: "ERROR: APP_NAME and APP_ENV not configured". The application expects configuration via environment variables. You need to provide these settings using Kubernetes ConfigMaps.
Your Mission0/2
Loading validation status...
Start this challenge in your local Kubernetes cluster:
$ kubeasy challenge start env-config