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

14 lines
318 B
Smarty

{{/* vim: set filetype=mustache: */}}
{{- define "kyverno-api.chartVersion" -}}
{{- .Chart.Version | replace "+" "_" -}}
{{- end -}}
{{- define "kyverno-api.labels" -}}
{{- tpl (toYaml .Values.labels) . -}}
{{- end -}}
{{- define "kyverno-api.annotations" -}}
{{- tpl (toYaml .Values.annotations) . -}}
{{- end -}}