Jonathan West

Results 47 comments of Jonathan West

This is mentioned in the docs, here, with a workaround: https://argo-cd.readthedocs.io/en/stable/user-guide/diffing/#known-kubernetes-types-in-crds-resource-limits-volume-mounts-etc

Dupe of https://github.com/argoproj/argo-cd/issues/15545 (albeit w/o the same repro steps)?

Do the Argo CD Pod logs contain any errors relevant to this?

Can you provide the pod logs for server and application controller pods after reproducing the issue?

@svghadi `cd.apps.argoproj.io` doesn't require auth, AFAICT, have you tried on another cluster?

Likely a dupe of https://github.com/argoproj/argo-cd/issues/14098

It sounds like you were looking for ways to exclude particular combinations generated by the matrix generator? For example, if matrix generator: ```yaml - matrix generator1: (...) generator2: (...) ```...