diff --git a/README.md b/README.md index 2637703..dc25fb3 100644 --- a/README.md +++ b/README.md @@ -34,9 +34,13 @@ This project deploys a web application to Kubernetes. 1. Run the `prepare-app.sh` script to build the Docker image and create the namespace and persistent volumes. ```bash -./prepare-app.sh +./prepare-app.sh``` ###2. Create the Namespace ```bash -kubectl apply -f namespace.yaml +kubectl apply -f namespace.yaml``` + + + +