Skip to content

Commit f8ee356

Browse files
committed
Add checkboxes
1 parent d2ff608 commit f8ee356

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

scaffolder-templates/agentic-ai-template/template.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,8 @@ spec:
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

0 commit comments

Comments
 (0)