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

This issue is a follow up to issue #71, which adds `.status.conditions` to ApplicationSet. This issue is opened to track adding `.status.applications` to ApplicationSet CRD. Under this new field conditions...

enhancement

I started to use such thing with the following configuration: ``` yaml apiVersion: v1 kind: ConfigMap metadata: name: spaces namespace: argocd data: apiVersion: some.domain/v1 kind: spaces statusListKey: configurations matchKey: cluster...

It would be helpful to be able to use some filters on template variables, similar to helm template replace: `myapp-{{ $cluster | replace "_" "-" }}`. Example ApplicationSet: ``` apiVersion:...

enhancement

AFAICT, the SCM Provider only supports authentication via Github Tokens. This is problematic for organisations, since it leaves you with the following options: 1. Rely on a developer's Github Token...

As discussed [here](https://cloud-native.slack.com/archives/C01U45M2SVB/p1626115983314500) (amongst other places), there exists an obvious need with the Git generator to extract components of paths for use in ApplicationSet templates. At present (on the [master](https://argocd-applicationset.readthedocs.io/en/master/Generators-Git/)...

enhancement

The build and push pipeline has been broken since [this](https://github.com/argoproj/applicationset/commit/a2b34681feb1d0a00b5a09f615e9716856c3c97b) commit. As a result we can't get most recent development builds.

I hope to support such a scenario. A cluster corresponds to an image warehouse address. Do you want to support such requirements in the future ```yaml apiVersion: argoproj.io/v1alpha1 kind: ApplicationSet...

question

There's already an issue for Bitbucket Cloud (https://github.com/argoproj/applicationset/issues/459), but not for Bitbucket Server. The REST API is also different, I think it would be simpler to threat them as separate...

skipCrds has been added to the application resource such as [this](https://github.com/argoproj/argo-cd/blob/master/manifests/crds/application-crd.yaml#L269). Applicationset currently doesn't support this as a resource for the [crd resource](https://github.com/argoproj/applicationset/blob/8220c8a6e49e6f4c773a25d09b091aa7bab2ff3f/manifests/crds/argoproj.io_applicationsets.yaml#L189-L223) I am not sure if it is...

enhancement

We are running the ApplicationSet Controller Version v0.3.0 together with ArgoCd 2.1.6 (deployed via ArgoCD Operator) on multiple OKD clusters We experienced that the controller for any reason is fetching...