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:
parent
bc7593b54c
commit
30f339a080
@ -37,6 +37,8 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
template:
|
template:
|
||||||
spec:
|
spec:
|
||||||
|
nodeSelector:
|
||||||
|
{{ .Values.labels.job.node_selector_key }}: {{ .Values.labels.job.node_selector_value | quote }}
|
||||||
serviceAccountName: {{ $serviceAccountName }}
|
serviceAccountName: {{ $serviceAccountName }}
|
||||||
restartPolicy: OnFailure
|
restartPolicy: OnFailure
|
||||||
initContainers:
|
initContainers:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user