Skip to content

Commit 0f56fb0

Browse files
new added
1 parent 9b3e422 commit 0f56fb0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/complete/aws/helm/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ master:
44
requiredDuringSchedulingIgnoredDuringExecution:
55
nodeSelectorTerms:
66
- matchExpressions:
7-
- key: "Addons-Services"
7+
- key: "Infra-Services"
88
operator: In
99
values:
1010
- "true"
@@ -15,7 +15,7 @@ replica:
1515
requiredDuringSchedulingIgnoredDuringExecution:
1616
nodeSelectorTerms:
1717
- matchExpressions:
18-
- key: "Addons-Services"
18+
- key: "Infra-Services"
1919
operator: In
2020
values:
2121
- "true"

0 commit comments

Comments
 (0)