From 4cdf333644094067d8393f783c590ca832f83bcb Mon Sep 17 00:00:00 2001 From: Chenpipi <673232745@qq.com> Date: Fri, 30 Nov 2018 13:21:25 +0800 Subject: [PATCH] update _index.md change: in note section, helm init command connect symbol error --- content/rancher/v2.x/en/installation/ha/helm-init/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/rancher/v2.x/en/installation/ha/helm-init/_index.md b/content/rancher/v2.x/en/installation/ha/helm-init/_index.md index c0877ab8203..8ecf3f686d5 100644 --- a/content/rancher/v2.x/en/installation/ha/helm-init/_index.md +++ b/content/rancher/v2.x/en/installation/ha/helm-init/_index.md @@ -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: ```