rumstead
rumstead
Your appset is templating out the name to be ```name: '{{cluster.name}}-argocd'```.
I am having a hard time following. Can you describe how you upgraded Argo CD? Argo CD isn't going to change any of your existing ApplicationSets, if your `metadata.name` was...
Since there is no timeout being set (it's using the [default timeout of 0](https://github.com/argoproj/pkg/blob/279b34abd8c1840904a100a86e145d69bdc31d89/exec/exec.go#L69)), I don't think the signal ever gets sent to kill the process if it the git...
By removing the elements in the list generator, I would expect the ApplicationSet to delete the child Applications. By default, Applications have [finalizers set on them that will delete all...
https://argo-cd.readthedocs.io/en/stable/user-guide/diffing/#diffing-customization should cover this > For Horizontal Pod Autoscaling (HPA) objects, the HPA controller is known to reorder spec.metrics in a specific order. See [kubernetes issue #74099](https://github.com/kubernetes/kubernetes/issues/74099). To work around...
What image is the applicationset pod using? What architecture are the nodes in your cluster?
I would suggest using a tagged version of the images and manifests opposed to "latest". It's definitely there. ``` ❯ docker run --rm -it quay.io/argoproj/argocd:latest ls -lrt /usr/local/bin/argocd-applicationset-controller lrwxrwxrwx 1...
Did you try assigning a role to all the groups from your OIDC provider and then assigning that role perms? ``` g, , role:tester p, role:tester, applications, sync, */*, allow...
In 2.9 there is the ability to ignore differences. https://argo-cd.readthedocs.io/en/latest/operator-manual/applicationset/Controlling-Resource-Modification/#ignore-certain-changes-to-applications
What about using `helmParameters` instead?