From c996c88178b80e0d02d900cae65885944e1542e9 Mon Sep 17 00:00:00 2001 From: "Christian M. Adams" Date: Tue, 3 Mar 2026 23:43:18 -0500 Subject: [PATCH] Fix config/testing overlay to use new metrics patch The testing kustomization overlay still referenced the deleted manager_auth_proxy_patch.yaml. Update to use manager_metrics_patch.yaml and add metrics_service.yaml resource. Ref: AAP-65254 Authored By: Christian M. Adams Assisted By: Claude --- config/testing/kustomization.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/config/testing/kustomization.yaml b/config/testing/kustomization.yaml index 866bc70b..7d8f5536 100644 --- a/config/testing/kustomization.yaml +++ b/config/testing/kustomization.yaml @@ -14,10 +14,13 @@ resources: - ../crd - ../rbac - ../manager +- ../default/metrics_service.yaml images: - name: testing newName: testing-operator patches: - path: manager_image.yaml - path: debug_logs_patch.yaml -- path: ../default/manager_auth_proxy_patch.yaml +- path: ../default/manager_metrics_patch.yaml + target: + kind: Deployment