9 lines
223 B
Smarty
9 lines
223 B
Smarty
{{/* vim: set filetype=mustache: */}}
|
|
|
|
{{- define "kyverno.templating.labels" -}}
|
|
{{- template "kyverno.labels.merge" (list
|
|
(include "kyverno.labels.common" .)
|
|
(include "kyverno.matchLabels.common" .)
|
|
) -}}
|
|
{{- end -}}
|