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

Hi all, We are using applicationset to provision helm applications to all our environments. We are templating each environment with value-.yaml file We have a use case now which we...

enhancement

argocd-applicationset-controller should run as non-root and with ``` securityContext: seccompProfile: type: RuntimeDefault ``` in the PodSpec of the recommended deployment manifests, in order to be compatible with the Restricted policy...

The E2E test framework allows us to test ApplicationSet features against a live Kubernetes cluster and a live Argo CD instance. This issue tracks adding additional tests that specifically target...

ApplicationSet has a short section on how to develop it, in the parent readme: https://github.com/argoproj-labs/applicationset#development-instructions We should expand on this: - Quick introduction to tests types (unit and E2E), and...

documentation

Greetings @OmerKahani @dgoodwin, all contributors & users of argoproj-labs/applicationset . Thank you for the amazing work on Application Sets. We love it! I'm Shoubhik, an ArgoCD ( and ApplicationSets) user...

**Feature Request** In my use case I need to create multiple applications per generator. For this I need to write multiple applicationsets which works fine but I need to replicate...

enhancement

### Feature Request **TL;DR** Allowing generators to read logic from configmap specially elements of list generator. **TS;DR** An application set needs generators as well as template. This full manifest of...

enhancement

I have a bunch of applications loaded from git. Sometimes we need to stop syncing per application. It seems there is currently no way to achieve this? If I got...

enhancement

GKE clustername contains underscore character. e.g. gke_-__. When the argocd application name is set to -{{cluster}} in the argocd applicationset template, it fails with error like below with GKE cluster....

bug

We are using the Git generator, provisioning all Argo CD projects and applicationsets through a standardized Helm Chart. ``` apiVersion: argoproj.io/v1alpha1 kind: ApplicationSet spec: generators: - git: directories: - path:...

question