diff --git a/content/for-delivery-engineers/tutorials/03-deploy-demo-app/deploy-demo-app.md b/content/for-delivery-engineers/tutorials/03-deploy-demo-app/deploy-demo-app.md index 49a227cf..e4e2431f 100644 --- a/content/for-delivery-engineers/tutorials/03-deploy-demo-app/deploy-demo-app.md +++ b/content/for-delivery-engineers/tutorials/03-deploy-demo-app/deploy-demo-app.md @@ -141,7 +141,7 @@ In application repo add Helm Chart in ***deploy*** folder at the root of your re version: 1.0.0 ``` -2. The values.yaml contains all the application specific **kubernetes resources** (deployments, configmaps, namespaces, secrets, services, route, podautoscalers, RBAC) for the particular environment. Configure Helm values as per application needs. +2. The values.yaml contains all the application specific **Kubernetes resources** (deployments, configmaps, namespaces, secrets, services, route, podautoscalers, RBAC) for the particular environment. Configure Helm values as per application needs. Here is a minimal values file defined for an application with deployment,route,service.