fix tolerations

This commit is contained in:
auricom
2021-04-05 11:43:18 +02:00
parent ca68469f16
commit 13ae00f3e3

View File

@@ -22,6 +22,10 @@ spec:
operator: In
values:
- "amd64"
- effect: NoExecute
operator: Exists
- effect: NoSchedule
operator: Exists
serviceAccountName: system-upgrade
tolerations:
- key: "node-role.kubernetes.io/master"