forked from getoutreach/localizer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathopslevel.yml
54 lines (50 loc) · 1.63 KB
/
opslevel.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# yaml-language-server: $schema=https://www.opslevel.com/opslevel.schema.yml
# Available options are listed here: https://app.opslevel.com/account
# To find the alias for a given lifecycle: https://www.opslevel.com/docs/api/opslevel-yml/#finding-the-alias-for-a-lifecycle
# To find the alias for a given tier: https://www.opslevel.com/docs/api/opslevel-yml/#finding-the-alias-for-a-tier
# More examples: https://opslevel.com/docs/api/opslevel-yml/#example-service-opslevelyml
version: 1
service:
name: localizer
product: Outreach
owner: fnd_dt
language: Golang
framework: stencil
description: >
A no-frills local development approach for Kubernetes powered Developer Environments.
###Block(extraServiceMetadata)
###EndBlock(extraServiceMetadata)
aliases:
###Block(extraAliases)
###EndBlock(extraAliases)
- localizer
tags:
###Block(extraTags)
###EndBlock(extraTags)
- key: repo
value: "https://github.com/getoutreach/localizer"
- key: reporting_team
value: "fnd-dt"
- key: app
value: "localizer"
- key: name
value: "localizer"
- key: stencil_version
value: "v1.21.1"
- key: golang_version
value: "1.17.9"
- key: tutorial
value: "false"
- key: cli
value: "true"
- key: service
value: "false"
# This is necessary for filters in OpsLevel because we have to assume all things are
# services if they don't have the `servce` tag. So we can gaurantee this tag for
# bootstrapped CLIs/Libraries.
- key: notservice
value: "true"
repositories:
- name: getoutreach/localizer
path: "/"
provider: github