mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-01-14 01:25:38 -05:00
Fix affinity value
This commit is contained in:
@@ -47,7 +47,7 @@ spec:
|
||||
- matchExpressions:
|
||||
- key: weather
|
||||
operator: In
|
||||
values: ["weather"]
|
||||
values: ["true"]
|
||||
tolerations:
|
||||
- key: "key"
|
||||
operator: "Equal"
|
||||
@@ -129,7 +129,7 @@ spec:
|
||||
- matchExpressions:
|
||||
- key: weather
|
||||
operator: In
|
||||
values: ["weather"]
|
||||
values: ["true"]
|
||||
tolerations:
|
||||
- key: "key"
|
||||
operator: "Equal"
|
||||
|
||||
Reference in New Issue
Block a user