github.com/Racer159/helm-experiment@v0.0.0-20230822001441-1eb31183f614/src/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 -}}