We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2911107 commit f578f71Copy full SHA for f578f71
1 file changed
workspaces/extensions/plugins/catalog-backend-module-extensions/README.md
@@ -59,6 +59,14 @@ extensions:
59
directory: /path/to/custom/extensions
60
```
61
62
+### Collision behavior
63
+
64
+When multiple YAML sources define the same entity identity (`kind:namespace/name`), the provider handles collisions as follows:
65
66
+- If definitions are equivalent, it keeps the first definition and logs a warning.
67
+- If definitions conflict, it logs a warning and skips the conflicting definition.
68
+- Entities with the same `kind`/`name` but different namespaces are treated as distinct entities and are both ingested.
69
70
## Plugin configuration YAML Guide:
71
72
This YAML file is used to add extensions plugin to the Software catalog in your backstage application.
0 commit comments