The application is deployed but complains about missing configuration. It needs some settings from the environment to work properly.
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.
Start this challenge in your local Kubernetes cluster: