Skip to content

Commit 29d8f3d

Browse files
authored
chore(agentless): register to backstage (#8835)
1 parent 1c27e4e commit 29d8f3d

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

catalog-info.yaml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,26 @@ spec:
1515
system: platform-ingest
1616
lifecycle: production
1717

18+
---
19+
# yaml-language-server: $schema=https://json.schemastore.org/catalog-info.json
20+
apiVersion: backstage.io/v1alpha1
21+
kind: Component
22+
metadata:
23+
name: agentless
24+
description: Elastic Agent that runs in Elastic Cloud to provide agentless experience.
25+
annotations:
26+
backstage.io/source-location: url:https://github.com/elastic/elastic-agent/
27+
buildkite.com/project-slug: elastic/agentless-serverless-release
28+
github.com/project-slug: elastic/elastic-agent
29+
sonarqube.org/project-key: agentless
30+
31+
spec:
32+
type: tool
33+
owner: group:agentless-team
34+
lifecycle: experimental
35+
system: agentless
36+
37+
1838
---
1939
# yaml-language-server: $schema=https://gist.githubusercontent.com/elasticmachine/988b80dae436cafea07d9a4a460a011d/raw/e57ee3bed7a6f73077a3f55a38e76e40ec87a7cf/rre.schema.json
2040
apiVersion: backstage.io/v1alpha1

0 commit comments

Comments
 (0)