Skip to content

Commit ef559f4

Browse files
committed
add kind to the step template
1 parent aed3b6c commit ef559f4

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
@@ -14,4 +14,5 @@ spec:
1414
filename: {{ filename|default('') }} {# Implementation file #}
1515
image: mlrun/mlrun {# Base image name #}
1616
requirements: [] {# List of Pythonic library requirements #}
17+
kind: '' {# Step kind #}
1718
version: 1.0.0 {# Step version, should follow standard semantic versioning schema #}

0 commit comments

Comments
 (0)