|
@@ -59,6 +59,7 @@ with DAG(start_date=datetime(2022,6,1),catchup=False,schedule_interval=None if '
|
|
random_name_suffix=True,
|
|
random_name_suffix=True,
|
|
labels={'app':'backend', 'env':'dev', 'run_ts':{{ "'{{ ts_nodash }}'" }} },
|
|
labels={'app':'backend', 'env':'dev', 'run_ts':{{ "'{{ ts_nodash }}'" }} },
|
|
reattach_on_restart=True,
|
|
reattach_on_restart=True,
|
|
|
|
+ startup_timeout_seconds=600,
|
|
is_delete_operator_pod=False,
|
|
is_delete_operator_pod=False,
|
|
get_logs=True,
|
|
get_logs=True,
|
|
{% if image_pull_key != None or image_pull_key != ""%}image_pull_secrets='{{ image_pull_key }}',{% endif %}
|
|
{% if image_pull_key != None or image_pull_key != ""%}image_pull_secrets='{{ image_pull_key }}',{% endif %}
|