Commit b63c4eea authored by Kostas Chartsias's avatar Kostas Chartsias
Browse files

doc: README amendement

parent 8ce4f4a6
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@ helm dependency update ./deployment/helm/ai2

```bash
helm install ai2 ./helm/ai2 \
  --namespace oop \
  --namespace ai2test \
  --create-namespace \
  --set secrets.groqApiKey=<your-groq-api-key> \
  --set config.mcp.oegServiceUrl=http://<oeg-host>/oeg/1.0.0
@@ -38,7 +38,7 @@ helm install ai2 ./helm/ai2 \

```bash
helm upgrade ai2 ./helm/ai2 \
  --namespace oop \
  --namespace ai2test \
  --set secrets.groqApiKey=<your-groq-api-key> \
  --set config.mcp.oegServiceUrl=http://<new-oeg-host>/oeg/1.0.0
```
@@ -46,7 +46,7 @@ helm upgrade ai2 ./helm/ai2 \
## Uninstall

```bash
helm uninstall ai2 --namespace oop
helm uninstall ai2 --namespace ai2test
```

## Key Values
@@ -84,7 +84,7 @@ Then install with `pullPolicy: IfNotPresent` to use the local images:

```bash
helm install ai2 ./helm/ai2 \
  --namespace oop \
  --namespace ai2test \
  --create-namespace \
  --set secrets.groqApiKey=<your-groq-api-key> \
  --set config.mcp.oegServiceUrl=http://<oeg-host>/oeg/1.0.0 \