forked from newrelic/helm-charts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCODEOWNERS
27 lines (19 loc) · 849 Bytes
/
CODEOWNERS
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
# Global owners
* @jorik @douglascamata @alejandrodnm
# NOTE: Github still doesn't support nested code owners.
# Owners for charts go below this line using the following format:
# charts/<CHART_NAME>/* @<GITHUB_USER>
# Simple nginx chart for testing purposes
/charts/simple-nginx/ @douglascamata
# Logging chart
/charts/newrelic-logging/ @bmcfeely
# Kubernetes Integration chart
/charts/newrelic-infrastructure/ @jorik @paologallinaharbur @ardias @morecar
# Metadata injection chart
/charts/nri-metadata-injection/ @jorik @paologallinaharbur @ardias @morecar
# Kube events charts
/charts/nri-kube-events/ @jorik @paologallinaharbur @ardias @morecar
# Prometheus OpenMetrics Integration chart
/charts/nri-prometheus/ @jorik @paologallinaharbur @ardias @morecar
# nri-bundle
/charts/nri-bundle/ @jorik @paologallinaharbur @ardias @morecar