Skip to content

Commit

Permalink
kk
Browse files Browse the repository at this point in the history
Signed-off-by: jerryzhuang <zhuangqhc@gmail.com>
  • Loading branch information
zhuangqh committed Dec 6, 2024
1 parent 974c1c6 commit 979f287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/kaito/workspace/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
export REGISTRY=mcr.microsoft.com/aks/kaito
export IMG_NAME=workspace
export IMG_TAG=0.4.0
helm install kaito-workspace ./charts/kaito/workspace \
helm install workspace ./charts/kaito/workspace \
--set image.repository=${REGISTRY}/${IMG_NAME} --set image.tag=${IMG_TAG} \
--namespace kaito-workspace --create-namespace
```
Expand Down

0 comments on commit 979f287

Please sign in to comment.