diff --git a/elasticsearch/templates/cron-job-curator.yaml b/elasticsearch/templates/cron-job-curator.yaml index 3861d24b9..93a5d659a 100644 --- a/elasticsearch/templates/cron-job-curator.yaml +++ b/elasticsearch/templates/cron-job-curator.yaml @@ -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: