Fix extra jobs: key on ingress manifest

The manifest for ingress contained an extra key of
jobs: preventing labels from being applied.

Change-Id: Ie9e12d8a20d7403aa504de663c776011f3ef8c43
This commit is contained in:
Bryan Strassner 2017-11-07 19:24:16 -06:00
parent 3207a14ad7
commit ffed3a8ef4
2 changed files with 4 additions and 6 deletions

View File

@ -592,9 +592,8 @@ data:
no_hooks: false
values:
labels:
jobs:
node_selector_key: ucp-control-plane
node_selector_value: enabled
node_selector_key: ucp-control-plane
node_selector_value: enabled
source:
type: git
location: https://github.com/openstack/openstack-helm

View File

@ -592,9 +592,8 @@ data:
no_hooks: false
values:
labels:
jobs:
node_selector_key: ucp-control-plane
node_selector_value: enabled
node_selector_key: ucp-control-plane
node_selector_value: enabled
source:
type: git
location: https://github.com/openstack/openstack-helm