File tree Expand file tree Collapse file tree 2 files changed +24
-2
lines changed
Expand file tree Collapse file tree 2 files changed +24
-2
lines changed Original file line number Diff line number Diff line change @@ -64,6 +64,28 @@ component_owner:
6464 Owner of the component in the Developer Portal Software Catalogue.
6565 This will normally be group:default/<your group>
6666
67+ component_type :
68+ type : str
69+ help : |
70+ Type of the component in the Developer Portal Software Catalogue.
71+ Most likely service, library or application (without quotes).
72+
73+ component_lifecycle :
74+ type : str
75+ help : |
76+ Project's current lifecycle stage, to be displayed in the Developer
77+ Portal Software Catalogue.
78+ choices :
79+ - alpha
80+ - beta
81+ - deprecated
82+ - development
83+ - experimental
84+ - production
85+ - test
86+ - unknown
87+ default : experimental
88+
6789# Template Options
6890docker :
6991 type : bool
Original file line number Diff line number Diff line change @@ -5,6 +5,6 @@ metadata:
55 title: {{ repo_name }}
66 description: {{ description }}
77spec:
8- type: documentation
9- lifecycle: experimental
8+ type: {{ component_type }}
9+ lifecycle: {{ component_lifecycle }}
1010 owner: {{ component_owner }}
You can’t perform that action at this time.
0 commit comments