changing the node_selector_value to primary

Setting value to primary for calicoctl and etcdctl utility as the pods
are not being deployed if the value is enabled and setting it to primary
will aline it with all the other utilities

Change-Id: I8bf325c5c4497c88d2cdf43b2d11e15ca23edd96
This commit is contained in:
Rahul Khiyani 2019-11-06 16:01:17 -06:00
parent 3889b5d435
commit 1812162a08
2 changed files with 2 additions and 2 deletions

View File

@ -58,7 +58,7 @@ release_group: null
labels:
utility:
node_selector_key: openstack-helm-node-class
node_selector_value: enabled
node_selector_value: primary
job:
node_selector_key: openstack-helm-node-class
node_selector_value: primary

View File

@ -38,7 +38,7 @@ images:
labels:
utility:
node_selector_key: openstack-helm-node-class
node_selector_value: enabled
node_selector_value: primary
job:
node_selector_key: openstack-helm-node-class
node_selector_value: primary