Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

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
Source by lyz-code.github.io #
 
PREVIOUS NEXT
Tagged: #helmfile #install #ubuntu
ADD COMMENT
Topic
Name
5+5 =