From d29bf9ed1846532908a89983a408ab2504fe595b Mon Sep 17 00:00:00 2001 From: Ellie <4158750+esenmarti@users.noreply.github.com> Date: Thu, 16 Nov 2023 13:08:13 +0100 Subject: [PATCH] Add the buildkite-pipeline to the catalog-info.yaml --- catalog-info.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 catalog-info.yaml diff --git a/catalog-info.yaml b/catalog-info.yaml new file mode 100644 index 000000000..c9ac0d790 --- /dev/null +++ b/catalog-info.yaml @@ -0,0 +1,19 @@ +apiVersion: backstage.io/v1alpha1 +kind: Resource +metadata: + name: buildkite-pipeline-elasticsearch-php +spec: + implementation: + apiVersion: buildkite.elastic.dev/v1 + kind: Pipeline + metadata: + description: Elasticsearch PHP Client + name: elasticsearch-php + spec: + repository: elastic/elasticsearch-php + teams: + clients-team: {} + everyone: + access_level: READ_ONLY + owner: group:clients-team + type: buildkite-pipeline