From 7d540272b8df07212244d814bca4a6c4d162680c Mon Sep 17 00:00:00 2001 From: Guy Templeton Date: Mon, 29 Apr 2024 09:29:49 +0100 Subject: [PATCH] HPA - Add gjtempleton to reviewers --- pkg/controller/podautoscaler/OWNERS | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/controller/podautoscaler/OWNERS b/pkg/controller/podautoscaler/OWNERS index 8f445c03a3a..4937a3affb8 100644 --- a/pkg/controller/podautoscaler/OWNERS +++ b/pkg/controller/podautoscaler/OWNERS @@ -1,6 +1,7 @@ # See the OWNERS docs at https://go.k8s.io/owners reviewers: + - gjtempleton - mwielgus approvers: - mwielgus