Skip to content

Instantly share code, notes, and snippets.

@kenichi-shibata
Created July 18, 2019 13:11
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 kenichi-shibata/a31246bf999868ae1803bcb88f6a7614 to your computer and use it in GitHub Desktop.
Save kenichi-shibata/a31246bf999868ae1803bcb88f6a7614 to your computer and use it in GitHub Desktop.
metadata:
name: {{ .Release.Name }}
labels:
# The "heritage" label is used to track which tool deployed a given chart.
# It is useful for admins who want to see what releases a particular tool
# is responsible for.
heritage: {{ .Release.Service }}
# The "release" convention makes it easy to tie a release to all of the
# Kubernetes resources that were created as part of that release.
release: {{ .Release.Name }}
# This makes it easy to audit chart usage.
chart: {{ .Chart.Name }}-{{ .Chart.Version }}
# chart-revision-history
revision: {{ .Release.Revision }}
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment