k8s/helm-charts/dashy/charts/common/templates/lib/metadata/_globalAnnotations.tpl

7 lines
229 B
Smarty
Raw Normal View History

2023-11-16 19:42:02 +10:00
{{/* Returns the global annotations */}}
{{- define "tc.v1.common.lib.metadata.globalAnnotations" -}}
{{- include "tc.v1.common.lib.metadata.render" (dict "rootCtx" $ "annotations" .Values.global.annotations) -}}
{{- end -}}