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

Blacklist entire directories #10

Open
pieterlange opened this issue Apr 28, 2017 · 1 comment
Open

Blacklist entire directories #10

pieterlange opened this issue Apr 28, 2017 · 1 comment

Comments

@pieterlange
Copy link
Contributor

pieterlange commented Apr 28, 2017

The blacklist logic currently only matches exact file paths. I'm not sure if this is intentional, but it would be really useful to be able to blacklist entire directories.

Any thoughts on syntax?

blacklisted_file.yaml
blacklisted_dir/

or more explicit:

blacklisted_file.yaml
blacklisted_dir/*
@pieterlange
Copy link
Contributor Author

With #13 this would mean you'd have to use this for directory blacklisting:

blacklisted_file.yaml
blacklisted_dir/.*

but you could also blacklist file patterns. I figured this would be the more flexible approach.

brengarajalu pushed a commit to brengarajalu/kube-applier that referenced this issue Mar 8, 2019
Do not forget to add the other_params to the kubectl command line
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant