From 400ab48013ac9ff1ae19a505ed2382222e52b229 Mon Sep 17 00:00:00 2001 From: Steve Wilkerson Date: Fri, 7 Apr 2017 13:43:44 -0500 Subject: [PATCH] Updated label for nova-bootstrap job to match new labels for nova --- nova/templates/job-bootstrap.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nova/templates/job-bootstrap.yaml b/nova/templates/job-bootstrap.yaml index d1554e4d1c..40dfc917e2 100644 --- a/nova/templates/job-bootstrap.yaml +++ b/nova/templates/job-bootstrap.yaml @@ -29,7 +29,7 @@ spec: spec: restartPolicy: OnFailure nodeSelector: - {{ .Values.labels.control_node_selector_key }}: {{ .Values.labels.control_node_selector_value }} + {{ .Values.labels.job.node_selector_key }}: {{ .Values.labels.job.node_selector_value }} containers: - name: nova-bootstrap image: {{ .Values.images.bootstrap }}