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

8 lines
244 B
Smarty
Raw Normal View History

2023-11-16 19:42:02 +10:00
{{/* Annotations that are added to podSpec */}}
{{/* Call this template:
{{ include "tc.v1.common.lib.metadata.podAnnotations" $ }}
*/}}
{{- define "tc.v1.common.lib.metadata.podAnnotations" -}}
rollme: {{ randAlphaNum 5 | quote }}
{{- end -}}