From 30dcc7ee7e00acb24c2365d20bdcf243a9a70b92 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten-Lebbing Date: Tue, 8 Nov 2022 12:46:01 +0100 Subject: [PATCH] Update _manifest-updater.tpl --- charts/common/templates/lib/util/_manifest-updater.tpl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/charts/common/templates/lib/util/_manifest-updater.tpl b/charts/common/templates/lib/util/_manifest-updater.tpl index d7d8a40a..382abb0d 100644 --- a/charts/common/templates/lib/util/_manifest-updater.tpl +++ b/charts/common/templates/lib/util/_manifest-updater.tpl @@ -15,6 +15,10 @@ spec: template: spec: serviceAccountName: {{ $fullName }}-manifests + tolerations: + - key: "ix-svc-start" + operator: "Exists" + effect: "NoExecute" containers: - name: {{ $fullName }}-manifests image: {{ .Values.ubuntuImage.repository }}:{{ .Values.ubuntuImage.tag }}