-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathidp.yaml
More file actions
36 lines (36 loc) · 1.04 KB
/
Copy pathidp.yaml
File metadata and controls
36 lines (36 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
apiVersion: scaffolder.backstage.io/v1beta3
kind: Template
metadata:
namespace: default
annotations:
backstage.io/managed-by-location: file:/home/admin123/backstage0212/jayaramtemplates/template.yaml
backstage.io/managed-by-origin-location: file:/home/admin123/backstage0212/jayaramtemplates/template.yaml
name: jayaramtemplates-demo1
title: jayaramtemplates-demo1
description: An example template for the scaffolder that creates a simple Node.js service
spec:
owner: user:guest
type: service
parameters:
- title: Fill in some steps
required:
- name
properties:
name:
title: Name
type: string
description: Unique name of the component
ui:autofocus: true
ui:options:
rows: 5
- title: Choose a location
required:
- repoUrl
properties:
repoUrl:
title: Repository Location
type: string
ui:field: RepoUrlPicker
ui:options:
allowedHosts:
- github.com