diff --git a/cmd/webhook/main.go b/cmd/webhook/main.go index 7281f0af421..1cc1aee0f6f 100644 --- a/cmd/webhook/main.go +++ b/cmd/webhook/main.go @@ -253,6 +253,8 @@ func main() { ServiceName: serviceName, Port: webhook.PortFromEnv(8443), SecretName: secretName, + + StatsReporterOptions: []webhook.StatsReporterOption{webhook.WithoutTags("resource_namespace")}, }) mux := http.NewServeMux()