Kubeval skips any `*.yml` files when auto-detecting recursively through specified directories. ```bash > tree . ├── find_me.yml └── test_deployment.yaml 0 directories, 2 files > kubeval -d . The file test_deployment.yaml contains a valid Deployment > ```