Skip to content

Commit 572e403

Browse files
committed
更新helm3安装笔记
1 parent 87dbe98 commit 572e403

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)