From a59524158ab29e782ac31dbeae66eabec17cdbb4 Mon Sep 17 00:00:00 2001 From: Ellie <4158750+esenmarti@users.noreply.github.com> Date: Thu, 23 Nov 2023 11:09:24 +0100 Subject: [PATCH] Add the buildkite-pipeline to the catalog-info.yaml (#754) --- 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 0000000000..83c4a621b2 --- /dev/null +++ b/catalog-info.yaml @@ -0,0 +1,19 @@ +apiVersion: backstage.io/v1alpha1 +kind: Resource +metadata: + name: buildkite-pipeline-go-elasticsearch +spec: + implementation: + apiVersion: buildkite.elastic.dev/v1 + kind: Pipeline + metadata: + description: Elasticsearch Go Client + name: go-elasticsearch + spec: + repository: elastic/go-elasticsearch + teams: + clients-team: {} + everyone: + access_level: READ_ONLY + owner: group:clients-team + type: buildkite-pipeline