From 3ecb4d08b59b6d732826a24a2035ce209828936a Mon Sep 17 00:00:00 2001 From: Emeline Nerot Date: Tue, 15 Apr 2025 21:08:38 +0000 Subject: [PATCH] Actualiser README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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``` + + + +