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 }}