Commit 961482fb authored by Kostis Trantzas's avatar Kostis Trantzas
Browse files

fix for #25

parent 6eba7ba9
Loading
Loading
Loading
Loading
Loading
+3 −8
Original line number Diff line number Diff line
@@ -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/