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 }}