Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

-d flag only finds *.yaml files and not *.yml #178

Closed
bubbaksmith opened this issue Aug 22, 2019 · 1 comment
Closed

-d flag only finds *.yaml files and not *.yml #178

bubbaksmith opened this issue Aug 22, 2019 · 1 comment
Labels

Comments

@bubbaksmith
Copy link
Contributor

bubbaksmith commented Aug 22, 2019

Kubeval skips any *.yml files when auto-detecting recursively through specified directories.

> tree
.
├── find_me.yml
└── test_deployment.yaml

0 directories, 2 files

> kubeval -d .
The file test_deployment.yaml contains a valid Deployment

>
@garethr
Copy link
Collaborator

garethr commented Aug 31, 2019

Fixed in #177

@garethr garethr closed this as completed Aug 31, 2019
@garethr garethr added the bug label Aug 31, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants