From e573815d1abac3583c8eabd3d9979f8b3869ef5b Mon Sep 17 00:00:00 2001 From: jerryzhuang Date: Fri, 6 Dec 2024 11:15:56 +1100 Subject: [PATCH] fix Signed-off-by: jerryzhuang --- charts/kaito/workspace/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/kaito/workspace/README.md b/charts/kaito/workspace/README.md index 4b86ddf70..822238f4e 100644 --- a/charts/kaito/workspace/README.md +++ b/charts/kaito/workspace/README.md @@ -6,8 +6,8 @@ export REGISTRY=mcr.microsoft.com/aks/kaito export IMG_NAME=workspace export IMG_TAG=0.4.0 -helm install workspace ./charts/kaito/workspace \ ---set image.repository=${REGISTRY}/$(IMG_NAME) --set image.tag=$(IMG_TAG) \ +helm install kaito-workspace ./charts/kaito/workspace \ +--set image.repository=${REGISTRY}/${IMG_NAME} --set image.tag=${IMG_TAG} \ --namespace kaito-workspace --create-namespace ```