Update _manifest-updater.tpl

This commit is contained in:
Kjeld Schouten-Lebbing
2022-11-08 12:46:01 +01:00
committed by GitHub
parent a22f216dae
commit 30dcc7ee7e

View File

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