Skip to content

Commit 5e2c4d3

Browse files
authored
Merge pull request #19 from lyip82nlf/lyp82nlf
更新helm3安装笔记
2 parents 87dbe98 + 572e403 commit 5e2c4d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/云原生/k8s/helm/helm3安装.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ helm3相较于helm2的变化
4444

4545
```shell
4646
export HELM_VERSION=3.2.4
47-
wget https://get.helm.sh/helm-v{HELM_VERSION}-linux-amd64.tar.gz
47+
wget https://get.helm.sh/helm-v${HELM_VERSION}-linux-amd64.tar.gz
4848
tar xf helm-v{HELM_VERSION}-linux-amd64.tar.gz
4949
mv linux-amd64/helm /usr/local/bin
5050
```

0 commit comments

Comments
 (0)