forked from newrelic/helm-charts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCODEOWNERS
27 lines (19 loc) · 808 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 @douglascamata @alejandrodnm
# Metadata injection chart
charts/nri-metadata-injection/* @jorik @douglascamata @alejandrodnm
# Kube events charts
charts/nri-kube-events/* @jorik @douglascamata @alejandrodnm
# Prometheus OpenMetrics Integration chart
charts/nri-prometheus/* @jorik @douglascamata @alejandrodnm
# nri-bundle
charts/nri-bundle/* @jorik @douglascamata @alejandrodnm