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

Folks would [find this info useful](https://cloud-native.slack.com/archives/C01TSERG0KZ/p1644445840838049?thread_ts=1644435667.998919&cid=C01TSERG0KZ) if it were in the docs.

**Design doc**: how to add support for creating ApplicationSets via the Argo CD Web UI/CLI, by adding support to the ApplicationSet and API Server backends: https://docs.google.com/document/d/1Qt7OhfENMK1iqUFGOGeADZZVP9PAjpGM-MzAW5md77g/edit?usp=sharing This was discussed at...

enhancement

# What's the issue? For some organizations, a monorepo of application manifests can contain a mix of different deployment mechanisms, especially when different teams with different preferences for things like...

enhancement

# Support for "SyncWaves" for ApplicationSets ApplicationSets currently does not have support for "syncwaves" like how "App of Apps" does. This is a RFE to provide this same concept with...

enhancement

In the optics of self-serve, I would like to let each team specify their "prune" and "selfHeal" parameters from syncPolicy. To do so, I am using the following applicationset: ```yaml...

The following enhancement request is from @christianh814: Currently the Generator will deploy an Application to the same namespace, if there is a namespace YAML in the Git repo. [@christianh814] would...

enhancement

Firstly, thanks for creating the `ApplicationSet` resource - it saves us a lot of duplication, and we find it incredibly useful. This is a feature request/design doc for a new...

enhancement

Hi All, Can we automate this `Deploy code in repo in a namespace with the same name as the branch`

question