From a9bfb4b065b9b1301d3b029e4c3b80c4a160a243 Mon Sep 17 00:00:00 2001 From: Ellie <4158750+esenmarti@users.noreply.github.com> Date: Tue, 21 Nov 2023 11:14:33 +0100 Subject: [PATCH] Update catalog-info.yaml (#708) Add the client-team to the access list. --- catalog-info.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/catalog-info.yaml b/catalog-info.yaml index 056371194..038136486 100644 --- a/catalog-info.yaml +++ b/catalog-info.yaml @@ -17,12 +17,12 @@ spec: apiVersion: buildkite.elastic.dev/v1 kind: Pipeline metadata: + description: Elasticsearch Java Client name: elasticsearch-java spec: repository: elastic/elasticsearch-java pipeline_file: ".buildkite/pipeline.yml" teams: - # your-team: - # access_level: MANAGE_BUILD_AND_READ + clients-team: {} everyone: access_level: READ_ONLY