Created
          April 17, 2020 14:45 
        
      - 
      
- 
        Save garethahealy/3f41fddaa1446d65c61798129fbaa24d to your computer and use it in GitHub Desktop. 
    output
  
        
  
    
      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
    
  
  
    
  | MacBook-Pro:ubiquitous-journey garethhealy$ helm template --dependency-update bootstrap --values bootstrap/values-bootstrap.yaml | |
| --- | |
| # Source: cluster-bootstrap/charts/bootstrap-project/templates/namespace.yaml | |
| apiVersion: v1 | |
| kind: Namespace | |
| metadata: | |
| name: "bob" | |
| --- | |
| # Source: cluster-bootstrap/charts/bootstrap-project/templates/serviceaccount.yaml | |
| apiVersion: v1 | |
| kind: ServiceAccount | |
| metadata: | |
| name: dummy-sa | |
| namespace: "labs-ci-cd" | |
| --- | |
| # Source: cluster-bootstrap/charts/bootstrap-project/templates/bindings.yaml | |
| apiVersion: v1 | |
| kind: List | |
| metadata: | |
| annotations: | |
| # This is what defines this resource as a hook. Without this line, the | |
| # job is considered part of the release. | |
| "helm.sh/hook": post-install | |
| items: | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment