My team has configured Backstage to read templates from a central repository call backstage-templates. It has the following structure:
templates
|-- springboot.yaml
all-templates.yaml
all.yaml
all-templates.yaml has a reference to springboot.yaml and all.yaml imports all-templates.yaml
The Springboot template is correctly loaded as a tile in backstage but I am now unable to get it out of the list of templates that are rendered even though I have removed all references to it in the repository and in all-templates.yaml. Its been 30 minutes now.
How do I completely remove the Springboot template from the Backstage UI.
FYI I am using PostgreSQL as storage for the backstage instance.