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

Hello. Is there a possibility to configure an ApplicationSet to create Applications with [helm](https://argo-cd.readthedocs.io/en/stable/user-guide/helm/) or [git](https://argo-cd.readthedocs.io/en/stable/operator-manual/declarative-setup/#applications) sources? Example: ``` spec: source: repoURL: "{{source.repoURL}}" chart: "{{source.chart}}" # how will this key...

Hi, is there way we can exclude some directories/apps for particular cluster? below is my repository structure(mono repo). I'm using Matrix generator with git and list generator to deploy all...

question

i am trying to use the latest argocd cli with appset to apply this applicationset but getting error when applying by running this command argocd appset create file.yaml ``` FATA[0000]...

Hello, I have ArgoCD deployed in a Cluster "AKSTest01" and I would like to deploy a different app in an other cluster "AKSTest02" (This is a totally clean AKS cluster....

question