Skip to content

Commit a92fb34

Browse files
committed
add default-handler to the step template
1 parent 802d196 commit a92fb34

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cli/utils/step_item_template.yaml.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ labels:
99
mlrunVersion: '' {# Item’s MLRun version requirement, should follow python’s versioning schema #}
1010
name: {{ name|default('') }} {# Step name #}
1111
className: {{ className|default('') }} {# Step class name #}
12+
defaultHandler: {{ defaultHandler|default('') }} {# Default handler name #}
1213
spec:
1314
filename: {{ filename|default('') }} {# Implementation file #}
1415
image: mlrun/mlrun {# Base image name #}

0 commit comments

Comments
 (0)