You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: workspaces/x2a/templates/conversion-project-template.yaml
+11-6Lines changed: 11 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ spec:
53
53
sourceRepoUrl:
54
54
title: Conversion source repository
55
55
description: |
56
-
The Owner should be your GitHub username. The repository name should be a name that already exists in your GitHub account and contains a Chef cookbook or directory to convert.
56
+
The Owner should be your SCM (Source Code Management) username. The repository name should be a name that already exists in your SCM account and contains a Chef cookbook or directory to convert.
57
57
type: string
58
58
ui:field: RepoUrlPicker
59
59
ui:options:
@@ -63,7 +63,10 @@ spec:
63
63
# github:
64
64
# - workflow
65
65
allowedHosts:
66
-
- github.com
66
+
# This is to be updated per deployment
67
+
# - github.com
68
+
- gitlab.com
69
+
# - gitlab.cee.redhat.com
67
70
sourceRepoBranch:
68
71
title: Conversion source repository branch
69
72
type: string
@@ -75,7 +78,7 @@ spec:
75
78
description: If checked, the target repository will be the same as the source repository.
76
79
default: true
77
80
78
-
#TODO: Can be replaced by RepoBranchPicker but it does not work nicely. https://backstage.io/docs/features/software-templates/writing-templates#the-repository-branch-picker
81
+
# Can be replaced by RepoBranchPicker but it does not work nicely. https://backstage.io/docs/features/software-templates/writing-templates#the-repository-branch-picker
79
82
targetRepoBranch:
80
83
title: Conversion target repository branch
81
84
type: string
@@ -93,15 +96,17 @@ spec:
93
96
targetRepoUrl:
94
97
title: Conversion target repository
95
98
description: |
96
-
The Owner should be your GitHub username. The repository name should be a name that already exists in your GitHub account. It will be populated by converted Ansible sources and intermediary artifacts.
99
+
The Owner should be your SCM (Source Code Management) username. The repository name should be a name that already exists in your SCM account. It will be populated by converted Ansible sources and intermediary artifacts.
0 commit comments