Separate source of node_selector_key and values
Provides different fields in the values.yaml to use for the node selector keys/values used in deployments vs jobs. Change-Id: I12d7c6257aea0ac00cd77cd3f6331a2b7380b589
This commit is contained in:
committed by
Felipe Monteiro
parent
87ae709fb2
commit
2651f6e831
@@ -37,7 +37,7 @@ spec:
|
||||
spec:
|
||||
serviceAccountName: {{ $serviceAccountName }}
|
||||
nodeSelector:
|
||||
{{ .Values.labels.job.node_selector_key }}: {{ .Values.labels.job.node_selector_value }}
|
||||
{{ .Values.labels.airflow.node_selector_key }}: {{ .Values.labels.airflow.node_selector_value }}
|
||||
restartPolicy: Always
|
||||
terminationGracePeriodSeconds: {{ .Values.pod.lifecycle.termination_grace_period.airflow.timeout | default "30" }}
|
||||
initContainers:
|
||||
|
||||
Reference in New Issue
Block a user