Updated label for nova-bootstrap job to match new labels for nova

This commit is contained in:
Steve Wilkerson 2017-04-07 13:43:44 -05:00 committed by Pete Birley
parent 4cec28b1f5
commit 400ab48013

View File

@ -29,7 +29,7 @@ spec:
spec: spec:
restartPolicy: OnFailure restartPolicy: OnFailure
nodeSelector: 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: containers:
- name: nova-bootstrap - name: nova-bootstrap
image: {{ .Values.images.bootstrap }} image: {{ .Values.images.bootstrap }}