Jonathan West
Jonathan West
This will be fixed for `master` by https://github.com/argoproj/applicationset/pull/502 And 0.4.0 already includes the fix.
Hi @LiorLieberman, would you be able to provide an example of what you mean?
Sounds good, having the ability to target particular directories based on the presence of matching a path filter makes sense to me, and I agree this sounds like something that...
Cool, how about this: ```yaml apiVersion: argoproj.io/v1alpha1 kind: ApplicationSet metadata: name: cluster-addons spec: generators: - git: repoURL: https://github.com/argoproj/argocd-example-apps.git revision: HEAD directories: - path: apps onlyIncludeWithFileMatch: # (an array of strings...
I was thinking it would be an OR between the multiple values, which should work well with your use case, and might provide useful flexibility. But, I'm just guessing at...
`GetDirectories` looks like a reasonable place to put it, unless there is an issue with that that you are seeing? Perhaps something like this: ```go // new filter interface type...
@OmerKahani Good question, I don't have a specific set of tests in mind here, this item was more about reserving time to think through any additional aspects of the Git...
As discussed at today's meeting, Thursday December 17th: ## ApplicationSet Integration ### Project Logistics - We'll begin the process to graduate ApplicationSet repository from `argoproj-labs/` to `argoproj/`, likely in the...
Hi @rajivml, the short answer is no, this is out of scope for AppliationSet functionality at this time, but another proposed solution is being tracked [in this Argo CD issue](https://github.com/argoproj/argo-cd/issues/1283)....
I've created a [new milestone](https://github.com/argoproj-labs/applicationset/milestone/1) to track our progress towards Argo CD integration. Within the milestone I've added all the items discussed on this tracking issue, the google doc, and...