Horje
helm install Code Example
install helm
curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3
chmod 700 get_helm.sh
./get_helm.sh
Source: helm.sh
helm install
$ curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3
$ chmod 700 get_helm.sh
$ ./get_helm.sh
Source: helm.sh
helmfile install ubuntu
wget {{ bin_url }} -O helmfile_linux_amd64
Example 
wget -O helmfile_linux_amd64 https://github.com/roboll/helmfile/releases/download/v0.135.0/helmfile_linux_amd64
chmod +x helmfile_linux_amd64
mv helmfile_linux_amd64 ~/.local/bin/helmfile




Shell

Related
kill all mysql processes Code Example kill all mysql processes Code Example
linux find and delete files with name Code Example linux find and delete files with name Code Example
git bash set global username and password Code Example git bash set global username and password Code Example
list Code Example list Code Example
install heroku cli on linux Code Example install heroku cli on linux Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
12