hide workflow runners behind createWorker

Also renames legacy and default workflow runners.

Signed-off-by: Brian Fletcher <brian@roadie.io>
This commit is contained in:
Brian Fletcher
2021-10-26 11:34:13 +01:00
parent 45a2a91a31
commit d781df1843
12 changed files with 82 additions and 77 deletions
@@ -6,7 +6,6 @@ metadata:
spec:
targets:
- ./remote-templates.yaml
# For local development of a template, you can reference your local templates here.
# Examples:
#
@@ -1,8 +1,8 @@
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: {{cookiecutter.name | jsonify}}
name: { { cookiecutter.name | jsonify } }
spec:
type: website
lifecycle: experimental
owner: {{cookiecutter.owner | jsonify}}
owner: { { cookiecutter.owner | jsonify } }