From cd422a90ca5eb05106a38735f49ab41066d9aee7 Mon Sep 17 00:00:00 2001 From: John Kasper Svergja Date: Wed, 7 Aug 2024 11:43:28 +0200 Subject: [PATCH] Add support for specifying location for artifact registry Optional field, for where all repositories for the artifact registry will be created. Internal ref: [DPSKY-758] --- src/v1/kuben-team-definition.schema.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/v1/kuben-team-definition.schema.json b/src/v1/kuben-team-definition.schema.json index 4dac5cd..8c9ec98 100644 --- a/src/v1/kuben-team-definition.schema.json +++ b/src/v1/kuben-team-definition.schema.json @@ -136,6 +136,10 @@ "pattern": "^[A-Z-_]*$" } }, + "location": { + "type": "string", + "description": "The location for the artifact registry repositories." + }, "repos": { "type": "array", "description": "A list of github repositories under Statistics Norway-organisation that is allowed to push to Artifact Registry repositories of the team.",