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

**Describe the bug** I am using ApplicationSets to deploy multiple applications, the template for this ApplicationSet is creating applications with the required annotations for the image updater. This leads to...

Hello to all I want to have an applicationset for an external chart i.e `kube-prometheus-stack` each cluster has many different values and I want to manage the values via a...

First, thanks a lot for this great project you have been working on. It's truly amazing to see a feature like this being onboarded. Here is a description of the...

enhancement

see: - https://argocd-applicationset.readthedocs.io/en/stable/Generators-Cluster/ - #166 When using a cluster generator, I want to reference a label that contains a slash in the name, eg `argocd.argoproj.io/secret-type`, via `{{ metadata.labels.argocd.argoproj.io/secret-type }}` Besides...

Hi, although https://github.com/argoproj/applicationset/issues/478 was closed with merge request, there do not seem to be any arm64 images for applicationset for 0.4.x in https://quay.io/repository/argoproj/argocd-applicationset?tab=tags

Currently I have setup an applicationset that will generate an Application per pull request. Now if I add github notifications to the application it will try to notify the git...

valyala/fasttemplate does not have a recent commit in the last 2 years and is only used in pkg/utils/util.go. We should investigate whether it can be replaced with the standard library...

Hey team! What is the best way to write your own custom generator if needed? Like if I want to retrieve all clusters from the certain REST API, it would...

When **spec.template.syncPolicy.automated.prune** is set to **false**, and I delete an element from the list generator, the applicationset will proceed to a) delete the application and b) delete the children resources....

Key: requeueAfterSeconds, should be under spec[n].generators, not spec.requeueAfterSeconds.