Skip to content

Commit 60b7401

Browse files
authored
fix typo (#5020)
1 parent 3c49503 commit 60b7401

File tree

1 file changed

+1
-1
lines changed
  • docs/source/contents/getting-started/kubernetes-installation

1 file changed

+1
-1
lines changed

docs/source/contents/getting-started/kubernetes-installation/helm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Cluster wide operations will require ClusterRoles to be created so when deployin
5151
## Install the default Seldon Core V2 Runtime
5252

5353
```bash
54-
helm install seldon-v2-servers seldon-charts/seldon-core-v2-runtime --namespace seldon-mesh
54+
helm install seldon-v2-runtime seldon-charts/seldon-core-v2-runtime --namespace seldon-mesh
5555
```
5656

5757
This will install the core components in your desired namespace.

0 commit comments

Comments
 (0)