From 4fdfee34f5fab703534c2d7c23f8d0e4e07d2095 Mon Sep 17 00:00:00 2001 From: Julia Robles <48439828+juliarobles@users.noreply.github.com> Date: Tue, 16 Jul 2024 14:02:15 +0200 Subject: [PATCH] no namespace required --- docs/docs/quickstart.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/quickstart.mdx b/docs/docs/quickstart.mdx index d1cfb03..6c148ef 100644 --- a/docs/docs/quickstart.mdx +++ b/docs/docs/quickstart.mdx @@ -39,7 +39,7 @@ helm repo add ertis https://ertis-research.github.io/Helm-charts/ To deploy the platform with recommended functionality, use the command below: ```bash -helm upgrade --install opentwins ertis/OpenTwins -n opentwins --wait --dependency-update +helm upgrade --install opentwins ertis/OpenTwins --wait --dependency-update ``` To modify the components to be deployed and connected during the installation, you can check the [installation via Helm](./installation/using-helm.mdx).