Skip to content

Commit 3c03d74

Browse files
committed
all: update codeowners with new goto areas
1 parent 662e67c commit 3c03d74

File tree

1 file changed

+57
-49
lines changed

1 file changed

+57
-49
lines changed

.github/CODEOWNERS

Lines changed: 57 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -20,83 +20,87 @@
2020
# helmfile.d/charts/
2121
#
2222

23-
/helmfile.d/charts/autoscaling-monitoring/ @elastisys/goto-kubernetes
24-
/helmfile.d/charts/calico-accountant/ @elastisys/goto-kubernetes
25-
/helmfile.d/charts/calico-default-deny/ @elastisys/goto-kubernetes
26-
/helmfile.d/charts/calico-felix-metrics/ @elastisys/goto-kubernetes
27-
/helmfile.d/charts/cluster-admin-rbac/ @elastisys/goto-security
23+
/helmfile.d/charts/autoscaling-monitoring/ @elastisys/goto-cluster-api
24+
/helmfile.d/charts/calico-accountant/ @elastisys/goto-networking
25+
/helmfile.d/charts/calico-default-deny/ @elastisys/goto-networking
26+
/helmfile.d/charts/calico-felix-metrics/ @elastisys/goto-networking
27+
/helmfile.d/charts/cluster-admin-rbac/ @elastisys/goto-access-control
2828
/helmfile.d/charts/external-dns-endpoints/ @elastisys/goto-ingress-auth
2929
/helmfile.d/charts/external-dns-secrets/ @elastisys/goto-ingress-auth
3030
/helmfile.d/charts/file-copier/ @elastisys/goto-ingress-auth
31-
/helmfile.d/charts/gatekeeper/ @elastisys/goto-security
31+
/helmfile.d/charts/gatekeeper/ @elastisys/goto-access-control
3232
# TODO Refine per dashboard later
3333
/helmfile.d/charts/grafana-dashboards/ @elastisys/goto-monitoring-stack
3434
/helmfile.d/charts/grafana-label-enforcer/ @elastisys/goto-monitoring-stack
3535
/helmfile.d/charts/harbor/ @elastisys/goto-container-registry
36-
/helmfile.d/charts/hnc/ @elastisys/goto-security
36+
/helmfile.d/charts/hnc/ @elastisys/goto-access-control
3737
/helmfile.d/charts/ingress-nginx-probe-ingress/ @elastisys/goto-ingress-auth
3838
/helmfile.d/charts/issuers/ @elastisys/goto-ingress-auth
3939
/helmfile.d/charts/kube-state-metrics-extra-resource-metrics/ @elastisys/goto-monitoring-stack
4040
/helmfile.d/charts/kubeapi-metrics @elastisys/goto-monitoring-stack
4141
/helmfile.d/charts/kured-secret/ @elastisys/goto-security
4242
/helmfile.d/charts/log-manager/ @elastisys/goto-logging-stack
43-
/helmfile.d/charts/namespaces/ @elastisys/goto-kubernetes
44-
/helmfile.d/charts/networkpolicy/ @elastisys/goto-security
45-
/helmfile.d/charts/node-local-dns/ @elastisys/goto-kubernetes
43+
/helmfile.d/charts/networkpolicy/ @elastisys/goto-networking
44+
/helmfile.d/charts/node-local-dns/ @elastisys/goto-networking
4645
/helmfile.d/charts/opensearch/ @elastisys/goto-logging-stack
47-
/helmfile.d/charts/openstack-monitoring/ @elastisys/goto-kubernetes
46+
/helmfile.d/charts/openstack-monitoring/ @elastisys/goto-kubespray
4847
/helmfile.d/charts/prometheus-alerts/ @elastisys/goto-monitoring-stack
4948
/helmfile.d/charts/prometheus-servicemonitor/ @elastisys/goto-monitoring-stack
50-
/helmfile.d/charts/rclone/ @elastisys/goto-security
49+
/helmfile.d/charts/rclone/ @elastisys/goto-backups
5150
/helmfile.d/charts/s3-exporter/ @elastisys/goto-monitoring-stack
52-
/helmfile.d/charts/tekton-pipelines/ @elastisys/goto-continuous-delivery
51+
/helmfile.d/charts/tekton-pipelines/ @elastisys/goto-tekton
5352
/helmfile.d/charts/thanos/ @elastisys/goto-monitoring-stack
5453
/helmfile.d/charts/user-alertmanager/ @elastisys/goto-monitoring-stack
55-
/helmfile.d/charts/user-crds/ @elastisys/goto-security
56-
/helmfile.d/charts/user-rbac/ @elastisys/goto-security
54+
/helmfile.d/charts/user-crds/ @elastisys/goto-access-control
55+
/helmfile.d/charts/user-rbac/ @elastisys/goto-access-control
5756
/helmfile.d/charts/README.md @elastisys/goto-scripts
5857

5958
#
6059
# Skipped files in helmfile.d/charts/
6160
# .gitignore
6261
# public.gpg
62+
# namespaces/
6363
#
6464

6565
#
6666
# helmfile.d/hooks/
6767
#
6868

69-
/helmfile.d/hooks/dev-rbac/ @elastisys/goto-security
69+
/helmfile.d/hooks/dev-rbac/ @elastisys/goto-access-control
7070
/helmfile.d/hooks/fluentd/ @elastisys/goto-logging-stack
7171
/helmfile.d/hooks/create-from-manifest.sh @elastisys/goto-scripts
7272

7373
#
7474
# helmfile.d/stacks/
7575
#
7676

77-
/helmfile.d/stacks/calico.yaml @elastisys/goto-kubernetes
77+
/helmfile.d/stacks/calico.yaml @elastisys/goto-networking
7878
/helmfile.d/stacks/cert-manager.yaml @elastisys/goto-ingress-auth
7979
/helmfile.d/stacks/dex.yaml @elastisys/goto-ingress-auth
8080
/helmfile.d/stacks/external-dns.yaml @elastisys/goto-ingress-auth
8181
/helmfile.d/stacks/falco.yaml @elastisys/goto-security
8282
/helmfile.d/stacks/fluentd.yaml @elastisys/goto-logging-stack
83-
/helmfile.d/stacks/gatekeeper.yaml @elastisys/goto-security
84-
/helmfile.d/stacks/hnc.yaml @elastisys/goto-security
83+
/helmfile.d/stacks/gatekeeper.yaml @elastisys/goto-access-control
84+
/helmfile.d/stacks/hnc.yaml @elastisys/goto-access-control
8585
/helmfile.d/stacks/harbor.yaml @elastisys/goto-container-registry
8686
/helmfile.d/stacks/ingress-nginx.yaml @elastisys/goto-ingress-auth
8787
/helmfile.d/stacks/kured.yaml @elastisys/goto-security
8888
/helmfile.d/stacks/local.yaml @elastisys/goto-pipeline-qa-release
8989
/helmfile.d/stacks/monitoring-grafana.yaml @elastisys/goto-monitoring-stack
9090
/helmfile.d/stacks/monitoring-prometheus.yaml @elastisys/goto-monitoring-stack
9191
/helmfile.d/stacks/monitoring.yaml @elastisys/goto-monitoring-stack
92-
/helmfile.d/stacks/namespaces.yaml @elastisys/goto-kubernetes
9392
/helmfile.d/stacks/opensearch.yaml @elastisys/goto-logging-stack
94-
/helmfile.d/stacks/rbac.yaml @elastisys/goto-security
95-
/helmfile.d/stacks/rclone.yaml @elastisys/goto-security
96-
/helmfile.d/stacks/system.yaml @elastisys/goto-security
97-
/helmfile.d/stacks/tekton.yaml @elastisys/goto-continuous-delivery
93+
/helmfile.d/stacks/rbac.yaml @elastisys/goto-access-control
94+
/helmfile.d/stacks/rclone.yaml @elastisys/goto-backups
95+
/helmfile.d/stacks/system.yaml @elastisys/goto-access-control @elastisys/goto-networking
96+
/helmfile.d/stacks/tekton.yaml @elastisys/goto-tekton
9897
/helmfile.d/stacks/thanos.yaml @elastisys/goto-monitoring-stack
99-
/helmfile.d/stacks/velero.yaml @elastisys/goto-security
98+
/helmfile.d/stacks/velero.yaml @elastisys/goto-backups
99+
100+
#
101+
# Skipped files in helmfile.d/stacks/
102+
# namespaces.yaml
103+
#
100104

101105
#
102106
# helmfile.d/upstream/
@@ -116,13 +120,13 @@
116120
/helmfile.d/upstream/kubernetes-ingress-nginx/ @elastisys/goto-ingress-auth
117121
/helmfile.d/upstream/kubernetes-metrics-server/ @elastisys/goto-monitoring-stack
118122
/helmfile.d/upstream/minio/ @elastisys/goto-pipeline-qa-release
119-
/helmfile.d/upstream/open-policy-agent-gatekeeper/ @elastisys/goto-security
123+
/helmfile.d/upstream/open-policy-agent-gatekeeper/ @elastisys/goto-access-control
120124
/helmfile.d/upstream/opensearch-project/ @elastisys/goto-logging-stack
121-
/helmfile.d/upstream/projectcalico/ @elastisys/goto-kubernetes
125+
/helmfile.d/upstream/projectcalico/ @elastisys/goto-networking
122126
/helmfile.d/upstream/prometheus-community/kube-prometheus-stack/ @elastisys/goto-monitoring-stack
123127
/helmfile.d/upstream/prometheus-community/prometheus-blackbox-exporter/ @elastisys/goto-monitoring-stack
124128
/helmfile.d/upstream/prometheus-community/prometheus-elasticsearch-exporter/ @elastisys/goto-logging-stack
125-
/helmfile.d/upstream/vmware-tanzu/velero/ @elastisys/goto-security
129+
/helmfile.d/upstream/vmware-tanzu/velero/ @elastisys/goto-backups
126130
/helmfile.d/upstream/README.md @elastisys/goto-scripts
127131

128132
#
@@ -137,25 +141,23 @@
137141
/helmfile.d/values/external-dns/ @elastisys/goto-ingress-auth
138142
/helmfile.d/values/falco/ @elastisys/goto-security
139143
/helmfile.d/values/fluentd/ @elastisys/goto-logging-stack
140-
/helmfile.d/values/gatekeeper/ @elastisys/goto-security
144+
/helmfile.d/values/gatekeeper/ @elastisys/goto-access-control
141145
/helmfile.d/values/grafana/ @elastisys/goto-monitoring-stack
142146
/helmfile.d/values/harbor/ @elastisys/goto-container-registry
143-
/helmfile.d/values/hnc/ @elastisys/goto-security
144-
/helmfile.d/values/networkpolicies/ @elastisys/goto-security
145-
/helmfile.d/values/networkpolicy/ @elastisys/goto-security
147+
/helmfile.d/values/hnc/ @elastisys/goto-access-control
148+
/helmfile.d/values/networkpolicies/ @elastisys/goto-networking
149+
/helmfile.d/values/networkpolicy/ @elastisys/goto-networking
146150
/helmfile.d/values/opensearch/ @elastisys/goto-logging-stack
147-
/helmfile.d/values/podsecuritypolicies/ @elastisys/goto-security
148-
/helmfile.d/values/rclone/ @elastisys/goto-security
151+
/helmfile.d/values/podsecuritypolicies/ @elastisys/goto-access-control
152+
/helmfile.d/values/rclone/ @elastisys/goto-backups
149153
/helmfile.d/values/thanos/ @elastisys/goto-monitoring-stack
150154
/helmfile.d/values/trivy/ @elastisys/goto-security
151-
/helmfile.d/values/userCRDs/ @elastisys/goto-security
152-
/helmfile.d/values/admin-namespaces-sc.yaml.gotmpl @elastisys/goto-kubernetes
153-
/helmfile.d/values/admin-namespaces-wc.yaml.gotmpl @elastisys/goto-kubernetes
154-
/helmfile.d/values/autoscaling-monitoring.yaml.gotmpl @elastisys/goto-kubernetes
155-
/helmfile.d/values/calico-accountant.yaml.gotmpl @elastisys/goto-kubernetes
156-
/helmfile.d/values/calico-default-deny.yaml.gotmpl @elastisys/goto-kubernetes
155+
/helmfile.d/values/userCRDs/ @elastisys/goto-access-control
156+
/helmfile.d/values/autoscaling-monitoring.yaml.gotmpl @elastisys/goto-cluster-api
157+
/helmfile.d/values/calico-accountant.yaml.gotmpl @elastisys/goto-networking
158+
/helmfile.d/values/calico-default-deny.yaml.gotmpl @elastisys/goto-networking
157159
/helmfile.d/values/cert-manager.yaml.gotmpl @elastisys/goto-ingress-auth
158-
/helmfile.d/values/cluster-admin-rbac.yaml.gotmpl @elastisys/goto-security
160+
/helmfile.d/values/cluster-admin-rbac.yaml.gotmpl @elastisys/goto-access-control
159161
/helmfile.d/values/dev-namespaces.yaml.gotmpl @elastisys/goto-monitoring-stack
160162
/helmfile.d/values/dex.yaml.gotmpl @elastisys/goto-ingress-auth
161163
/helmfile.d/values/file-copier.yaml.gotmpl @elastisys/goto-ingress-auth
@@ -168,20 +170,26 @@
168170
/helmfile.d/values/letsencrypt.yaml.gotmpl @elastisys/goto-ingress-auth
169171
/helmfile.d/values/metrics-server.yaml.gotmpl @elastisys/goto-monitoring-stack
170172
/helmfile.d/values/minio.yaml.gotmpl @elastisys/goto-pipeline-qa-release
171-
/helmfile.d/values/node-local-dns.yaml.gotmpl @elastisys/goto-kubernetes
172-
/helmfile.d/values/openstack-monitoring.yaml.gotmpl @elastisys/goto-logging-stack
173+
/helmfile.d/values/node-local-dns.yaml.gotmpl @elastisys/goto-networking
174+
/helmfile.d/values/openstack-monitoring.yaml.gotmpl @elastisys/goto-kubespray
173175
/helmfile.d/values/prometheus-alerts-sc.yaml.gotmpl @elastisys/goto-monitoring-stack
174176
/helmfile.d/values/prometheus-blackbox-exporter-* @elastisys/goto-monitoring-stack
175177
/helmfile.d/values/prometheus-opensearch-exporter.yaml.gotmpl @elastisys/goto-logging-stack
176178
/helmfile.d/values/prometheus-user-alerts-wc.yaml.gotmpl @elastisys/goto-monitoring-stack
177179
/helmfile.d/values/s3-exporter.yaml.gotmpl @elastisys/goto-monitoring-stack
178180
/helmfile.d/values/sc-servicemonitor.yaml.gotmpl @elastisys/goto-monitoring-stack
179-
/helmfile.d/values/tekton.gotmpl @elastisys/goto-continuous-delivery
181+
/helmfile.d/values/tekton.gotmpl @elastisys/goto-tekton
180182
/helmfile.d/values/user-alertmanager.yaml.gotmpl @elastisys/goto-monitoring-stack
181-
/helmfile.d/values/user-rbac.yaml.gotmpl @elastisys/goto-security
182-
/helmfile.d/values/velero-* @elastisys/goto-security
183+
/helmfile.d/values/user-rbac.yaml.gotmpl @elastisys/goto-access-control
184+
/helmfile.d/values/velero-* @elastisys/goto-backups
183185
/helmfile.d/values/wc-servicemonitor.yaml.gotmpl @elastisys/goto-monitoring-stack
184186

187+
#
188+
# Skipped files in helmfile.d/values/
189+
# admin-namespaces-sc.yaml.gotmpl
190+
# admin-namespaces-wc.yaml.gotmpl
191+
#
192+
185193
#
186194
# /helmfile.d/
187195
#
@@ -194,11 +202,11 @@
194202
#
195203

196204
/images/backup-postgres/ @elastisys/goto-postgresql
197-
/images/calico-accountant/ @elastisys/goto-kubernetes
205+
/images/calico-accountant/ @elastisys/goto-networking
198206
/images/elasticsearch-curator/ @elastisys/goto-logging-stack
199207
/images/fluentd-elasticsearch/ @elastisys/goto-logging-stack
200208
/images/log-manager/ @elastisys/goto-logging-stack
201-
/images/rclone-sync/ @elastisys/goto-security
209+
/images/rclone-sync/ @elastisys/goto-backups
202210

203211
#
204212
# Skipped files in images
@@ -212,7 +220,7 @@
212220
/release/ @elastisys/goto-pipeline-qa-release
213221

214222
/restore/harbor/ @elastisys/goto-container-registry
215-
/restore/rclone/ @elastisys/goto-security
223+
/restore/rclone/ @elastisys/goto-backups
216224

217225
/roles/ @elastisys/goto-scripts
218226

0 commit comments

Comments
 (0)