Skip to content

Commit

Permalink
Add support for specifying location for articfact registry (optional …
Browse files Browse the repository at this point in the history
…field)

Internal ref: [DPSKY-758]
  • Loading branch information
johnksv committed Aug 7, 2024
1 parent e56ab2e commit a21c1c9
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 a21c1c9

Please sign in to comment.