You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
helm/pkg/cmd/testdata/testcharts/lib-chart/templates/_metadata.yaml

11 lines
281 B

{{- /*
common.metadata creates a standard metadata header.
It creates a 'metadata:' section with name and labels.
*/ -}}
{{ define "common.metadata" -}}
metadata:
name: {{ template "common.fullname" . }}
labels:
{{ include "common.labels.standard" . | indent 4 -}}
{{- end -}}