chore: remove source for now

This commit is contained in:
blam
2021-01-21 20:16:17 +01:00
parent 979bcccf23
commit 6137dbba32
3 changed files with 1 additions and 3 deletions
@@ -3,8 +3,8 @@ kind: Component
metadata:
name: {{cookiecutter.component_id | jsonify}}
description: {{cookiecutter.description | jsonify}}
annotations:
github.com/project-slug: {{cookiecutter.destination.git.owner + "/" + cookiecutter.destination.git.name}}
backstage.io/source-ref: {{cookiecutter.storePath | jsonify}}
backstage.io/techdocs-ref: url:{{cookiecutter.storePath}}
spec:
type: documentation
@@ -5,7 +5,6 @@ metadata:
description: {{cookiecutter.description | jsonify}}
annotations:
github.com/project-slug: {{cookiecutter.destination.git.owner + "/" + cookiecutter.destination.git.name}}
backstage.io/source-url: {{cookiecutter.storePath | jsonify}}
backstage.io/techdocs-ref: url:{{cookiecutter.storePath}}
spec:
type: website
@@ -5,7 +5,6 @@ metadata:
description: {{cookiecutter.description | jsonify}}
annotations:
github.com/project-slug: {{cookiecutter.destination.git.owner + "/" + cookiecutter.destination.git.name}}
backstage.io/source-url: {{cookiecutter.storePath | jsonify}}
backstage.io/techdocs-ref: url:{{cookiecutter.storePath}}
spec:
type: service