-
Notifications
You must be signed in to change notification settings - Fork 2
/
service.yaml
30 lines (30 loc) · 1020 Bytes
/
service.yaml
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
name: gobox
arguments:
description: A collection of libraries that are useful for implementing Go services, libraries, and more.
lintroller: silver
metrics: datadog
oss: true
ciOptions:
skipDocker: true
skipE2e: true
releaseOptions:
allowMajorVersions: true
opslevel:
lifecycle: public_ga
reportingTeam: fnd-dt
slack: dt-notifications
tracing: opentelemetry
vaultSecrets:
- deploy/honeycomb_new/%(environment)s/honeycomb
- deploy/launchdarkly/%(environment)s/launchdarkly
- deploy/mint/%(environment)s/validation/mint-validator-payload
- deploy/flagship-shared-secret/%(environment)s/authn-flagship-payload
modules:
- name: github.com/getoutreach/stencil-base
- name: github.com/getoutreach/stencil-golang
- name: github.com/getoutreach/devbase
- name: github.com/getoutreach/stencil-outreach
- name: github.com/getoutreach/stencil-circleci
- name: github.com/getoutreach/stencil-actions
- name: github.com/getoutreach/stencil-discovery
migrated: true