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