Fix affinity value

This commit is contained in:
2024-01-22 17:25:37 -05:00
parent f4b05237a2
commit bd8eb7b17d

View File

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