helm-library/charts/testing/templates/metadata/_base.tpl
Nikolai Rodionov 4991032a98
All checks were successful
ci/woodpecker/push/helm Pipeline was successful
Update the structure
2024-02-27 13:42:39 +01:00

14 lines
288 B
Smarty

{{- define "lib.metadata" }}
metadata:
{{- if .customName }}
name: {{ .customName }}
{{- else }}
name: {{ include "chart.fullname" .Context }}
{{- end }}
labels:
{{ include "metadata.labels" .Context | indent 4 }}
{{- end }}
{{- define "metadata.customName" -}}
{{- end -}}