Skip to content

Instantly share code, notes, and snippets.

@simbo1905
Created April 22, 2019 05:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save simbo1905/b5fab6e3b1fa47c555f8a90e56694fe6 to your computer and use it in GitHub Desktop.
Save simbo1905/b5fab6e3b1fa47c555f8a90e56694fe6 to your computer and use it in GitHub Desktop.
installl helmfile on macOS
#!/bin/sh
# Helmfile on MacOS
brew install helm
helm plugin install https://github.com/databus23/helm-diff
helm plugin install https://github.com/futuresimple/helm-secrets
brew install helmfile
brew install gnu-getopt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment