_podAnnotations.tpl 244 B

1234567
  1. {{/* Annotations that are added to podSpec */}}
  2. {{/* Call this template:
  3. {{ include "ix.v1.common.lib.metadata.podAnnotations" $ }}
  4. */}}
  5. {{- define "ix.v1.common.lib.metadata.podAnnotations" -}}
  6. rollme: {{ randAlphaNum 5 | quote }}
  7. {{- end -}}