Skip to content

Commit 5a4af7b

Browse files
committed
Add catalog.yaml config [skip ci]
1 parent ec6f9c2 commit 5a4af7b

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

.customink/catalog.yaml

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
name: ft2-ruby
2+
3+
owner: funnelcake # 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)