Merge "Elasticsearch: Add node selector to Curator cron job"

This commit is contained in:
Zuul 2018-10-09 20:26:28 +00:00 committed by Gerrit Code Review
commit b7a459ae2a

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: