We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 87dbe98 + 572e403 commit 5e2c4d3Copy full SHA for 5e2c4d3
1 file changed
docs/云原生/k8s/helm/helm3安装.md
@@ -44,7 +44,7 @@ helm3相较于helm2的变化
44
45
```shell
46
export HELM_VERSION=3.2.4
47
-wget https://get.helm.sh/helm-v{HELM_VERSION}-linux-amd64.tar.gz
+wget https://get.helm.sh/helm-v${HELM_VERSION}-linux-amd64.tar.gz
48
tar xf helm-v{HELM_VERSION}-linux-amd64.tar.gz
49
mv linux-amd64/helm /usr/local/bin
50
```
0 commit comments