Skip to content

Commit 0fa90f9

Browse files
authored
ci: fix variation names in .catalog-onboard-pipeline.yaml (#275)
Updated variation names to include descriptions for clarity.
1 parent aabe7d6 commit 0fa90f9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.catalog-onboard-pipeline.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,31 +6,31 @@ offerings:
66
catalog_id: 7df1e4ca-d54c-4fd0-82ce-3d13247308cd
77
offering_id: 5fdd0045-30fc-4013-a8bc-6db9d5447a52
88
variations:
9-
- name: basic
9+
- name: basic # Basic with sample application (Deploy on Code Engine)
1010
mark_ready: false
1111
install_type: fullstack
1212
format_kind: stack
1313
validation_type: projects
1414
scc:
1515
instance_id: 1c7d5f78-9262-44c3-b779-b28fe4d88c37
1616
region: us-south
17-
- name: standard
17+
- name: standard # Standard with sample application (Deploy on Red Hat OpenShift)
1818
mark_ready: false
1919
install_type: fullstack
2020
format_kind: stack
2121
validation_type: projects
2222
scc:
2323
instance_id: 1c7d5f78-9262-44c3-b779-b28fe4d88c37
2424
region: us-south
25-
- name: basic-without-sample-app
25+
- name: basic-without-app # Basic (Deploy on Code Engine)
2626
mark_ready: false
2727
install_type: fullstack
2828
format_kind: stack
2929
validation_type: projects
3030
scc:
3131
instance_id: 1c7d5f78-9262-44c3-b779-b28fe4d88c37
3232
region: us-south
33-
- name: standard-without-sample-app
33+
- name: standard-without-app # Standard (Deploy on Red Hat OpenShift)
3434
mark_ready: false
3535
install_type: fullstack
3636
format_kind: stack

0 commit comments

Comments
 (0)