Skip to content

Commit

Permalink
Add support for specifying location for artifact registry
Browse files Browse the repository at this point in the history
Optional field, for where all repositories for the artifact registry will be created.

Internal ref: [DPSKY-758]
  • Loading branch information
johnksv committed Aug 7, 2024
1 parent e56ab2e commit cd422a9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/v1/kuben-team-definition.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down

0 comments on commit cd422a9

Please sign in to comment.