Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save garethahealy/3f41fddaa1446d65c61798129fbaa24d to your computer and use it in GitHub Desktop.
Save garethahealy/3f41fddaa1446d65c61798129fbaa24d to your computer and use it in GitHub Desktop.
output
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