diff --git a/charts/kaito/workspace/README.md b/charts/kaito/workspace/README.md index f937019b8..42aa9960a 100644 --- a/charts/kaito/workspace/README.md +++ b/charts/kaito/workspace/README.md @@ -6,7 +6,7 @@ export REGISTRY= export IMG_NAME=workspace export IMG_TAG=0.2.2 -helm install workspace ./charts/kaito/workspace \ +helm install kaito-workspace ./charts/kaito/workspace \ --set image.repository=${REGISTRY}/$(IMG_NAME) --set image.tag=$(IMG_TAG) \ --namespace kaito-workspace --create-namespace ``` diff --git a/docs/installation.md b/docs/installation.md index e441d1cfe..86f355bba 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -41,7 +41,7 @@ az aks install-cli Install the Workspace controller. ```bash -helm install workspace ./charts/kaito/workspace --namespace kaito-workspace --create-namespace +helm install kaito-workspace ./charts/kaito/workspace --namespace kaito-workspace --create-namespace ``` Note that if you have installed another node provisioning controller that supports Karpenter-core APIs, the following steps for installing `gpu-provisioner` can be skipped.