minkimcello / landscape3

Landscape 3.0
0 stars 0 forks source link

Policy check failing for `metadata.name` in entity files #22

Closed minkimcello closed 5 months ago

minkimcello commented 5 months ago

When you start the app you'll see a bunch of warnings pop in console. These are all related to the metadata.name. The name expects a string that is sequences of [a-zA-Z0-9] separated by any of [-_.]: https://github.com/backstage/backstage/blob/master/docs/architecture-decisions/adr002-default-catalog-file-format.md#name

We just need to update the component template here.