Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 35 additions & 0 deletions catalog-info.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# Declare a Backstage Component that represents your application.
---
# yaml-language-server: $schema=https://json.schemastore.org/catalog-info.json
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: support-diagnostics
spec:
type: tool # or service, library, etc.
owner: group:opex
system: autoops
lifecycle: production
---
# yaml-language-server: $schema=https://gist.githubusercontent.com/elasticmachine/988b80dae436cafea07d9a4a460a011d/raw/rre.schema.json
apiVersion: backstage.io/v1alpha1
kind: Resource
metadata:
name: buildkite-pipeline-support-diagnostics
description: Buildkite Pipeline for support-diagnostics
spec:
type: buildkite-pipeline
owner: group:opex
system: buildkite
implementation:
apiVersion: buildkite.elastic.dev/v1
kind: Pipeline
metadata:
name: Support Diagnostics Buildkite Pipeline
spec:
repository: elastic/support-diagnostics
teams:
opex:
access_level: MANAGE_BUILD_AND_READ
everyone:
access_level: READ_ONLY