github.com/qsis/helm@v3.0.0-beta.3+incompatible/cmd/helm/testdata/testcharts/lib-chart/templates/_metadata.yaml (about)

     1  {{- /*
     2  common.metadata creates a standard metadata header.
     3  It creates a 'metadata:' section with name and labels.
     4  */ -}}
     5  {{ define "common.metadata" -}}
     6  metadata:
     7    name: {{ template "common.fullname" . }}
     8    labels:
     9  {{ include "common.labels.standard" . | indent 4 -}}
    10  {{- end -}}