File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
scaffolder-templates/agentic-ai-template Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 8383 title : Image Host
8484 type : string
8585 description : Host for storing image
86- default : {{ quay_host }}
86+ # default: {{ quay_host }}
87+ default : quay-k8ljc.apps.cluster-k8ljc.k8ljc.sandbox2865.opentlc.com
8788 image_organization :
8889 title : Organization
8990 type : string
@@ -206,14 +207,16 @@ spec:
206207 title : Repo Host
207208 type : string
208209 description : Your SCM host
209- default : {{ gitlab_host }}
210+ # default: {{ gitlab_host }}
211+ default : gitlab-gitlab.apps.cluster-k8ljc.k8ljc.sandbox2865.opentlc.com
210212 enum :
211213 - {{ gitlab_host }}
212214 owner :
213215 title : Repo Owner
214216 type : string
215217 description : Your SCM host organization/group
216- default : {{ gitlab_destination_group }}
218+ # default: {{ gitlab_destination_group }}
219+ default : development
217220 enum :
218221 - {{ gitlab_destination_group }}
219222
You can’t perform that action at this time.
0 commit comments