_globalAnnotations.tpl 229 B

123456
  1. {{/* Returns the global annotations */}}
  2. {{- define "ix.v1.common.lib.metadata.globalAnnotations" -}}
  3. {{- include "ix.v1.common.lib.metadata.render" (dict "rootCtx" $ "annotations" .Values.global.annotations) -}}
  4. {{- end -}}