Skip to content

Commit f6ca863

Browse files
authored
Use example node pool names for affinity argument (#1601)
I believe this will make it clearer what the actual value should be for the affinity label.
1 parent 08c3399 commit f6ca863

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer/workflows/kubernetes_pod_operator.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,8 @@
160160
# The label key's value that pods can be scheduled
161161
# on.
162162
'values': [
163-
'nodepool-label-value',
164-
'nodepool-label-value2',
163+
'node-pool-name-1',
164+
'node-pool-name-2',
165165
]
166166
}]
167167
}]

0 commit comments

Comments
 (0)