Skip to content

Commit cf5dbc0

Browse files
authored
Create catalog.yaml
1 parent ad4dc97 commit cf5dbc0

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

.customink/catalog.yaml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
name: customink.github.io
2+
3+
owner: principal_engineers # team definitions at https://app.opslevel.com/teams
4+
5+
purpose: # multiple choice
6+
# - app
7+
# - demo
8+
- library
9+
# - configuration
10+
# - other
11+
deployment_type: # multiple choice
12+
# - kubernetes
13+
# - infrastructure_serverless
14+
- package
15+
# - cli-only
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)