From 961482fbc831d60f172357342617407714c791f2 Mon Sep 17 00:00:00 2001
From: Kostis Trantzas <ktrantzas@ece.upatras.gr>
Date: Mon, 1 Jul 2024 13:41:12 +0300
Subject: [PATCH] fix for #25

---
 kubernetes/helm/README.md | 11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

diff --git a/kubernetes/helm/README.md b/kubernetes/helm/README.md
index 5cab13c..e7b2944 100644
--- a/kubernetes/helm/README.md
+++ b/kubernetes/helm/README.md
@@ -65,20 +65,15 @@ git clone https://labs.etsi.org/rep/osl/code/org.etsi.osl.main.git
 cd kubernetes/helm/openslice/
 ```
 
-### 3. Deploy the Helm Chart
+### 3. Prerequisites before deployment
 
-Before deploying the Helm chart, ensure you have configured the necessary components as detailed in the [Configure Helm Chart Services](#configure-helm-chart-services) section. By default, the `main` branch is selected for deployment.
+Before deploying the Helm chart, ensure you have configured the necessary components as detailed in the following section, i.e. [Configure Helm Chart Services](#configure-helm-chart-services). By default, the `main` branch is selected for deployment.
 
 We recommend:
 
 * main branch for the most stable experience and
 * develop branch for an experience with the latest features (for develop branch installation, it is strongly advisable that you may as well follow the [develop documentation](https://osl.etsi.org/documentation/develop/deployment/))
 
-Deploy OpenSlice with Helm:
-
-```bash
-helm install myopenslice . --namespace openslice --create-namespace
-```
 
 ## Configure Helm Chart Services
 
@@ -268,7 +263,7 @@ sudo cp config.theming.default.json config.theming.json
 
 ### 3. Deploy the Helm Chart
 
-After configuring the services, and editing the docker compose file accordingly, the docker compose instantiation command can be performed.
+After configuring the services, and editing the `values.yaml` file accordingly, the helm install command can be performed.
 
 ```bash
 cd kubernetes/helm/openslice/
-- 
GitLab