Elasticsearch: Add node selector to Curator cron job

This adds the node selector key and value configuration to the
Curator cron job for Elasticsearch, as it was previously omitted

Change-Id: Id702007fa827a1e1f90dee9b2a855e4197f4567c
This commit is contained in:
Steve Wilkerson 2018-10-09 11:01:41 -05:00
parent bc7593b54c
commit 30f339a080

View File

@ -37,6 +37,8 @@ spec:
spec:
template:
spec:
nodeSelector:
{{ .Values.labels.job.node_selector_key }}: {{ .Values.labels.job.node_selector_value | quote }}
serviceAccountName: {{ $serviceAccountName }}
restartPolicy: OnFailure
initContainers: