Skip to content

Commit 656ec8a

Browse files
authored
chore: update repo ownership to match current org [SRE-314] (#37)
### Changes Set squad owner and division in *catalog-info.yaml* to match new org structure ### Motivation Make sure code repository ownership reflect the current organization #### See also - [Code ownership notion page](https://www.notion.so/montaapp/Code-ownership-58ade3fceb1e4cb89138a7fc10c5a07f) - [Repo ownership review spreadsheet](https://docs.google.com/spreadsheets/d/1LtA1kfE7YSUBEFAbP02XnmSZp5X_eBPmea6x832VFP4/edit?gid=0#gid=0) - [Ticket - SRE-314](https://montaapp.atlassian.net/browse/SRE-314)
1 parent 15107da commit 656ec8a

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

catalog-info.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
11
apiVersion: backstage.io/v1alpha1
22
kind: Component
33
metadata:
4-
# Name of the project
4+
# Name of the project
55
name: otel-extension
66
description: Open Telemetry Extension
77
# Specifies the directory of the docs
88
annotations:
99
backstage.io/techdocs-ref: dir:.
10-
1110
# The spec defines who becomes the owner of the system in backstage
1211
spec:
1312
type: library
1413
# See lifecycle common values: https://backstage.io/docs/features/software-catalog/descriptor-format/#speclifecycle-required
1514
lifecycle: production
1615
# Name of the squad responsible for the project, e.g. sre or cpi
17-
owner: OCPP
16+
owner: network-ops
1817
# Name of the greater system, e.g. "solar" is a part of the home system
19-
system: CPI
18+
system: cpo-solutions-division

0 commit comments

Comments
 (0)