From 4069279a807281be241f46198f8fbd1284deca95 Mon Sep 17 00:00:00 2001 From: Olha Yevtushenko Date: Thu, 19 Dec 2024 22:10:17 +0200 Subject: [PATCH] fixup! migrate kubebuilder to v4 --- config/default/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/default/kustomization.yaml b/config/default/kustomization.yaml index 297a4af5..a2b2d27f 100644 --- a/config/default/kustomization.yaml +++ b/config/default/kustomization.yaml @@ -26,7 +26,7 @@ bases: # [PROMETHEUS] To enable prometheus monitor, uncomment all sections with 'PROMETHEUS'. # - ../prometheus # [METRICS] Expose the controller manager metrics service. -- metrics_service.yaml + - metrics_service.yaml # [NETWORK POLICY] Protect the /metrics endpoint and Webhook Server with NetworkPolicy. # Only Pod(s) running a namespace labeled with 'metrics: enabled' will be able to gather the metrics. # Only CR(s) which requires webhooks and are applied on namespaces labeled with 'webhooks: enabled' will