application-accelerator-samples icon indicating copy to clipboard operation
application-accelerator-samples copied to clipboard

Change metadata.name in catalog-info.yaml to match accelerator name

Open trisberg opened this issue 3 years ago • 2 comments

The name in the catalog-info.yaml file should match the accelerator name so someone using the defaults to generate a project could use this file to register the component with the Backstage catalog.

metadata:
  name: sample-app

This applies to weatherforecast-csharp and weatherforecast-steeltoe samples.

trisberg avatar Sep 14 '22 12:09 trisberg

Will also require associated updates to accelerator.yaml

doddatpivotal avatar Sep 14 '22 12:09 doddatpivotal

There is no need to update weatherforecast-csharp and weatherforecast-steeltoe cause this dummy name (sampl-app) will always be replaced during an accelerator execution.

But there are 2 other accelerators where there is no name replacement at all: appsso-starter-java and spring-smtp-gateway. We'll update these 2 in the scope of this task.

dmbelyaev avatar Sep 23 '22 09:09 dmbelyaev