From 0fdb4f1f14af3082c97497054b7f04ef531f60ad Mon Sep 17 00:00:00 2001 From: Rudolf Meijering Date: Mon, 21 Aug 2023 13:04:27 +0200 Subject: [PATCH] Add backstage catalog from https://github.com/elastic/kibana/pull/163935 --- catalog-info.yaml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 catalog-info.yaml diff --git a/catalog-info.yaml b/catalog-info.yaml new file mode 100644 index 0000000000000..257f9bf18e045 --- /dev/null +++ b/catalog-info.yaml @@ -0,0 +1,28 @@ +--- + # yaml-language-server: $schema=https://gist.githubusercontent.com/elasticmachine/988b80dae436cafea07d9a4a460a011d/raw/rre.schema.json + apiVersion: backstage.io/v1alpha1 + kind: Resource + metadata: + name: buildkite-pipeline-kibana + description: Buildkite Pipeline for kibana + links: + - title: Pipeline + url: https://buildkite.com/elastic/kibana + + spec: + type: buildkite-pipeline + owner: group:kibana-core + system: buildkite + implementation: + apiVersion: buildkite.elastic.dev/v1 + kind: Pipeline + metadata: + name: kibana + spec: + repository: elastic/kibana + pipeline_file: ".buildkite/pipeline.yml" + teams: + # your-team: + # access_level: MANAGE_BUILD_AND_READ + everyone: + access_level: READ_ONLY \ No newline at end of file