mirror of
https://ak-git.vectorsigma.ru/terghalin/metalcheck.git
synced 2026-09-17 01:42:30 +09:00
8 lines
138 B
Smarty
8 lines
138 B
Smarty
{{/*
|
|
Expand common labels.
|
|
*/}}
|
|
{{- define "metalcheck-backend.labels" -}}
|
|
app: {{ .Chart.Name }}
|
|
release: {{ .Release.Name }}
|
|
{{- end }}
|