-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
Add the ability to exclude files when using the git file generator #468 #13690
Comments
@christianh814 did you find a workaround for this? also in need for this feature |
we have a pressing need for this as well. thanks for working on it. |
any workaround? looks like there is a PR for this at here argoproj/applicationset#468 |
anyone knows if the proposed PR from old applicationset repo got ever moved to argoproj/argo-cd? if not, would you mind if I take over this issue and move/migrate this proposed PR by @adamjohnson01 ?! FYI @crenshaw-dev @adamjohnson01 as you were mainly involved in the original issue. |
…y backwards-compatible with the default greedy git file generator gloobing (argoproj#13690)
…tor (argoproj#13690) Signed-off-by: hubmat00 <54903550+hubmat00@users.noreply.github.com>
…y backwards-compatible with the default greedy git file generator gloobing (argoproj#13690) Signed-off-by: hubmat00 <54903550+hubmat00@users.noreply.github.com>
…tor (argoproj#13690) Signed-off-by: hubmat00 <54903550+hubmat00@users.noreply.github.com>
NOTE: Original Issue found here
When using the git directory generator it is possible to exclude specific paths like this
When using the git file generator I would like to be able to add files using a wildcard and then exclude specific files like this
Of course if there is another way to do this that I am not aware of then I would be happy to use that. If not I am also happy to implement this change if it is agreed.
The text was updated successfully, but these errors were encountered: