applicationset icon indicating copy to clipboard operation
applicationset copied to clipboard

The ApplicationSet controller manages multiple Argo CD Applications as a single ApplicationSet unit, supporting deployments to large numbers of clusters, deployments of large monorepos, and enabling s...

Results 125 applicationset issues
Sort by recently updated
recently updated
newest added

I am using git generator for deploying applications. I want to deploy an application on to a cluster only if the cluster has particular labels matched in applicationset, else ignore...

Hey, The `DuckType` generator is a great starting point for customizing which clusters get selected and adding additional information about clusters by adding more key/value pairs to the list elements....

We recently started to use Argo CD as a deployment tool. After checking the application set, we believe it's a nice addition to have "Git Branch" generator. I can work...

enhancement

We want to have the latest ubuntu security fixes without needing an update in this dockerfile. We also want to use the latest 1.17 golang image at the build time...

This issue and discussion was kicked off from the [excellent comment](https://github.com/argoproj-labs/applicationset/pull/205#issuecomment-840596910) from @winmillwill on the Matrix generator PR. At present, if the Matrix generator's child generators produce parameters with matching...

enhancement

I started experimenting with the matrix generator, in hope of combining the directory generator with a config file per directory, e.g. making it possible to have a specific config.json file...

question

We have several ApplicationSets defined with the git generator and have set requeueAfterSeconds to reduce the polling. The applicationset controller is logging the new setting but continues to poll every...

I've read through the issue tracker, both closed and open. I've read through the documentation as well. I'm new to argocd, gitops, and argocd applicationset. I have a cluster up...