mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
fix tolerations
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user