-
Notifications
You must be signed in to change notification settings - Fork 104
/
service.datadog.yaml
61 lines (61 loc) · 2.13 KB
/
service.datadog.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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
---
schema-version: v2
dd-service: datadog-operator
team: container-ecosystems
contacts:
- type: slack
contact: https://dd.slack.com/archives/C037CDX0WJV
- type: email
contact: team-containerecosystems@datadoghq.com
links:
- name: Runbook
type: runbook
url: https://datadoghq.atlassian.net/wiki/spaces/ContEco/pages/2446754987/Runbooks
- name: datadog-operator
type: repo
url: https://github.com/DataDog/datadog-operator
- name: deployment
type: repo
url: https://github.com/DataDog/k8s-datadog-agent-ops
- name: internal-chart
type: repo
url: https://github.com/DataDog/k8s-resources/tree/master/k8s/datadog-operator
- name: internal-image
type: repo
url: https://github.com/DataDog/images/tree/master/datadog-operator
- name: On Call documentation
type: doc
url: https://datadoghq.atlassian.net/wiki/spaces/ContEco/pages/2445645960/On+Call
tags:
- app:datadog-operator
- service:datadog-operator
- team:container-ecosystems
integrations:
pagerduty: https://datadog.pagerduty.com/service-directory/PFZC0QZ
extensions:
datadoghq.com/sdp:
conductor:
slack: "datadog-operator"
options:
rollout_strategy: "installation"
targets:
- name: "nightly-build"
# For now, this config is mandatory, even if the target is not a ci_pipeline CNAB object.
# Setting this to a placeholder value for now, the intended pipeline that will be triggered will
# be the one that is defined in the main .gitlab-ci.yml file.
ci_pipeline: "//fake_placeholder:fake_placeholder"
parent_environments:
- "staging"
branch: "main"
schedule: "30 23 * * SUN-THU"
workflows:
- "k8s-datadog-agent-ops/workflows/deploy_operator_nightly.operator_nightly"
options:
disable_failure_notifications: true
- name: "conductor-test"
ci_pipeline: "//fake_placeholder:fake_placeholder"
# Test branch
branch: "celene/conductor_testing_branch"
slack: "celene-conductor-test"
options:
disable_failure_notifications: true