Skip to content

Commit bcf24ba

Browse files
danielperezzEyal-Danieli
authored andcommitted
add default-handler to the step template (mlrun#947)
1 parent 0841a89 commit bcf24ba

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)