Loading deployment/helm/README.md +4 −4 Original line number Diff line number Diff line Loading @@ -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 Loading @@ -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 ``` Loading @@ -46,7 +46,7 @@ helm upgrade ai2 ./helm/ai2 \ ## Uninstall ```bash helm uninstall ai2 --namespace oop helm uninstall ai2 --namespace ai2test ``` ## Key Values Loading Loading @@ -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 \ Loading Loading
deployment/helm/README.md +4 −4 Original line number Diff line number Diff line Loading @@ -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 Loading @@ -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 ``` Loading @@ -46,7 +46,7 @@ helm upgrade ai2 ./helm/ai2 \ ## Uninstall ```bash helm uninstall ai2 --namespace oop helm uninstall ai2 --namespace ai2test ``` ## Key Values Loading Loading @@ -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 \ Loading