💬 RFC: Template not showing up in the built image of Docker #28402
Open
Description
🔖 Need
The Backstage catalog plugin is raising a warning indicating that the file /app/template3.yaml does not exist:
{"entity":"location:default/generated-6bba4fe2867e197a667faf156db823a88b6053e5","level":"warn","location":"file:/app/template3.yaml","message":"file /app/template3.yaml does not exist","plugin":"catalog","service":"backstage"}
This issue persists even after:
Ensuring the template3.yaml file exists in the backend.
Specifying the correct file path in the configuration.
🎉 Proposal
Verified the presence of template3.yaml in the backend folder.
Updated the configuration file to point to the correct location.
Restarted the Backstage backend service to ensure changes were applied.
〽️ Alternatives
No response
❌ Risks
No response
👀 Have you spent some time to check if this RFC has been raised before?
- I checked and didn't find similar issue
🏢 Have you read the Code of Conduct?
- I have read the Code of Conduct