From 781e09923733bda2a071f77a2e9cb299a7bbf642 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten-Lebbing Date: Mon, 29 Aug 2022 14:24:46 +0200 Subject: [PATCH] Update _annotations.tpl --- charts/common/templates/lib/chart/_annotations.tpl | 1 + 1 file changed, 1 insertion(+) diff --git a/charts/common/templates/lib/chart/_annotations.tpl b/charts/common/templates/lib/chart/_annotations.tpl index 538ac0e2..f4e40418 100644 --- a/charts/common/templates/lib/chart/_annotations.tpl +++ b/charts/common/templates/lib/chart/_annotations.tpl @@ -18,4 +18,5 @@ k8s.v1.cni.cncf.io/networks: {{ join ", " .Values.ixExternalInterfacesConfigurat {{/* Annotations on all workload objects */}} {{- define "tc.common.annotations.workload" -}} +rollme: {{ randAlphaNum 5 | quote }} {{- end -}}