Add install helm 3

This commit is contained in:
Sambo Chea 2021-10-09 14:48:19 +07:00 committed by GitHub
parent 834da0eea8
commit d3962519ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,3 +27,8 @@ mv ./kubectl ~/.local/bin/kubectl
```shell
kubectl version --client
```
# Install Helm 3
```shell
curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash
```