diff --git a/app-config.yaml b/app-config.yaml index be7391707e..f68f5a30a2 100644 --- a/app-config.yaml +++ b/app-config.yaml @@ -248,9 +248,6 @@ catalog: - type: file target: ../catalog-model/examples/acme-corp.yaml - - type: file - target: ../../plugins/scaffolder-backend/sample-templates/test-template-v2/template.yaml - scaffolder: github: token: diff --git a/plugins/scaffolder-backend/sample-templates/local-templates.yaml b/plugins/scaffolder-backend/sample-templates/local-templates.yaml index 468fb72ece..b0e16f9dea 100644 --- a/plugins/scaffolder-backend/sample-templates/local-templates.yaml +++ b/plugins/scaffolder-backend/sample-templates/local-templates.yaml @@ -9,3 +9,4 @@ spec: - ./docs-template/template.yaml - ./react-ssr-template/template.yaml - ./springboot-grpc-template/template.yaml + - ./v1beta2-demo/template.yaml diff --git a/plugins/scaffolder-backend/sample-templates/test-template-v2/template.yaml b/plugins/scaffolder-backend/sample-templates/v1beta2-demo/template.yaml similarity index 93% rename from plugins/scaffolder-backend/sample-templates/test-template-v2/template.yaml rename to plugins/scaffolder-backend/sample-templates/v1beta2-demo/template.yaml index 4570b911f3..b1a4b0d91d 100644 --- a/plugins/scaffolder-backend/sample-templates/test-template-v2/template.yaml +++ b/plugins/scaffolder-backend/sample-templates/v1beta2-demo/template.yaml @@ -1,9 +1,9 @@ apiVersion: backstage.io/v1beta2 kind: Template metadata: - name: test-template-v2 - title: Test Template v2 - description: Testing out the new template schema + name: v1beta2-demo + title: Test Action template + description: scaffolder v1beta2 template demo publishing to github spec: owner: backstage/techdocs-core type: service diff --git a/plugins/scaffolder-backend/sample-templates/test-template-v2/template/catalog-info.yaml b/plugins/scaffolder-backend/sample-templates/v1beta2-demo/template/catalog-info.yaml similarity index 100% rename from plugins/scaffolder-backend/sample-templates/test-template-v2/template/catalog-info.yaml rename to plugins/scaffolder-backend/sample-templates/v1beta2-demo/template/catalog-info.yaml