update _index.md

change: in note section, helm init command connect symbol error
This commit is contained in:
Chenpipi
2018-11-30 07:56:26 -08:00
committed by Denise
parent 73c6739dc1
commit 4cdf333644
@@ -29,7 +29,7 @@ helm init --service-account tiller
# The list of tiller image tags are available here: https://dev.aliyun.com/detail.html?spm=5176.1972343.2.18.ErFNgC&repoId=62085.
# When initializing tiller, you'll need to pass in --tiller-image
helm init --service-account tiller |
helm init --service-account tiller \
--tiller-image registry.cn-hangzhou.aliyuncs.com/google_containers/tiller:<tag>
```