Files
devops-infra-helm-charts-gcp/helm-templates/kyverno-3.8.1/charts/crds/templates/_helpers.tpl
T
2026-08-26 03:39:42 +05:30

17 lines
439 B
Smarty

{{/* vim: set filetype=mustache: */}}
{{- define "kyverno.crds.labels" -}}
{{- template "kyverno.labels.merge" (list
(include "kyverno.labels.common" .)
(include "kyverno.crds.matchLabels" .)
(toYaml .Values.customLabels)
) -}}
{{- end -}}
{{- define "kyverno.crds.matchLabels" -}}
{{- template "kyverno.labels.merge" (list
(include "kyverno.matchLabels.common" .)
(include "kyverno.labels.component" "crds")
) -}}
{{- end -}}