There was an error while loading. Please reload this page.
1 parent e83e9a4 commit 41dc29fCopy full SHA for 41dc29f
1 file changed
catalog-info.yaml
@@ -0,0 +1,15 @@
1
+apiVersion: backstage.io/v1alpha1
2
+kind: Component
3
+metadata:
4
+ name: isar-robot
5
+ description: A default robot implementation for isar which is used to test easy robot interaction without requiring physical hardware.
6
+ annotations:
7
+ github.com/project-slug: equinor/isar-robot
8
+ github.com/team-slug: equinor/eq-robot-developer
9
+spec:
10
+ type: service
11
+ lifecycle: production
12
+ owner: group:default/eq-robot-developer
13
+ system: system:default/flotilla
14
+ dependsOn:
15
+ - component:default/isar
0 commit comments