Damien Trouillet
Damien Trouillet
Fixes #352 This PR adds support for the ignoreApplicationDifferences parameter in the ApplicationSet resources. This PR Upgrade ArgoCD dependencies to 2.9.3
### Description ArgoCD 2.9.0 introduced new concept : [ignoreApplicationDifferences ](https://argo-cd.readthedocs.io/en/latest/operator-manual/applicationset/Controlling-Resource-Modification/#ignore-certain-changes-to-applications) Can you add this attribute to application_set resource ### References ignoreApplicationDifferences in ArgoCD docs : https://argo-cd.readthedocs.io/en/latest/operator-manual/applicationset/Controlling-Resource-Modification/#ignore-certain-changes-to-applications ### Community Note *...
**Describe the issue** When I try to run checkov with download-external-modules to true : `checkov -d . -o junitxml --external-checks-git https://gitlab.mycompany.com/mygroup/policy-as-code.git --download-external-modules True | tee checkov.test.xml` the module can't be...
### Description A new parameter named `templatePatch` allow to add more control on Application template in ApplicationSet. More information [here](https://argo-cd.readthedocs.io/en/stable/operator-manual/applicationset/Template/#template-patch) ### Potential Terraform Configuration ```hcl locals { mytemplate = ###...
When I want to fork a repository from Project A to Project B, actual `bitbucketserver_repository` resource try to create in Project A instead of Project B : ``` resource "bitbucketserver_repository"...
Checklist: * [x] I've searched in the docs and FAQ for my answer: https://bit.ly/argocd-faq. * [x] I've included steps to reproduce the bug. * [x] I've pasted the output of...
job_template_launch can launch a job template. However, if we want to send custom `limit`, `extra_vars`, `job_tags`, `inventory` or credential it's not possible due to this lack. Can you add the...
The resource job_template_launch exist in this provider but I don't see anything in the documentation about this.
**By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.** [//]: # " # PR Title We use the title...
### Description The requeue_after_seconds is not present to configure this ressource on `spec.generator.matrix.generator.matrix.generator.git` documented here https://argo-cd.readthedocs.io/en/latest/operator-manual/applicationset/applicationset-specification/#applicationset-specification ### Potential Terraform Configuration ```hcl spec { dynamic "sync_policy" { content { applications_sync =...