Skip to content

Commit 0a5a6d5

Browse files
authored
Merge pull request #27 from customink/bot/catalog-yaml
Add catalog.yaml. Please review the values and merge.
2 parents a249165 + 2f376bd commit 0a5a6d5

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

.customink/catalog.yaml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
name: actionpack-cloudfront
2+
3+
owner: principal_engineers # team definitions at https://app.opslevel.com/teams
4+
5+
purpose: # multiple choice
6+
# - do_not_track # demo testing personal - will not be tracked in catalog
7+
# - app
8+
- library
9+
# - configuration
10+
# - other # example: frontend_dataset
11+
deployment_type: # multiple choice
12+
# - kubernetes
13+
# - infrastructure_serverless
14+
- package
15+
# - cli
16+
# - data
17+
# - docker-image
18+
19+
# tier: tier_1 # Mission-critical service or repository. Failure could result in significant impact to revenue or reputation.
20+
# tier: tier_2 # Customer-facing service or repository. Failure results in degraded experience for customers, although without significant impact to revenue or reputation.
21+
# tier: tier_3 # Internal service or repository. Failure could result in productivity being compromised within the company.
22+
# tier: tier_4 # Other service or repository. Failure doesn't result in immediate or significant impact.
23+
tier: tier_na # this repo does not have a tier. typically libraries
24+
25+
properties:
26+
public_facing: false
27+
pci: false
28+
pii: false

0 commit comments

Comments
 (0)