From d3962519ba5f8c5e4a49115ac64ddf1e8bf8f695 Mon Sep 17 00:00:00 2001 From: Sambo Chea <7059827+sombochea@users.noreply.github.com> Date: Sat, 9 Oct 2021 14:48:19 +0700 Subject: [PATCH] Add install helm 3 --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 5bece22..3f20587 100644 --- a/README.md +++ b/README.md @@ -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 +```