chore: update sample template to show how to

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2021-04-15 12:08:31 +02:00
parent 096c0d85e0
commit 4de6b74cc0
2 changed files with 2 additions and 0 deletions
@@ -50,6 +50,7 @@ spec:
values:
name: '{{ parameters.name }}'
owner: '{{ parameters.owner }}'
destination: '{{ parseRepoUrl parameters.repoUrl }}'
- id: fetch-docs
name: Fetch Docs
@@ -2,6 +2,7 @@ apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: {{cookiecutter.name | jsonify}}
github.com/project-slug: {{cookiecutter.destination.owner + "/" + cookiecutter.destination.repo}}
spec:
type: website
lifecycle: experimental