Created
          January 27, 2020 00:01 
        
      - 
      
- 
        Save kingdonb/61dd8e50c99e032a36b842514996b944 to your computer and use it in GitHub Desktop. 
    Ancient relic of Helm v2
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | #!/usr/bin/env bash | |
| kubectl -n kube-system create sa tiller | |
| kubectl create clusterrolebinding tiller --clusterrole cluster-admin --serviceaccount=kube-system:tiller | |
| helm init --service-account tiller | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment