_allAnnotations.tpl 332 B

123456789
  1. {{/* Annotations that are added to all objects */}}
  2. {{/* Call this template:
  3. {{ include "ix.v1.common.lib.metadata.allAnnotations" $ }}
  4. */}}
  5. {{- define "ix.v1.common.lib.metadata.allAnnotations" -}}
  6. {{/* Currently empty but can add later, if needed */}}
  7. {{- include "ix.v1.common.lib.metadata.globalAnnotations" . }}
  8. {{- end -}}