Matrix list generator with elementsYaml not working with git repos #21336
Labels
bug
Something isn't working
component:application-sets
Bulk application management related
version:2.12
Latest confirmed affected version is 2.12
Checklist:
argocd version
.Describe the bug
ArgoCD's applicationsets allows fetching deployable charts from a file in a gitops repository, as seen in the docs. This feature works fine with helm charts (by using
template.spec.sources.chart
), but seems to fail when trying to deploy pure manifests from a git repository (by usingtemplate.spec.sources.path
).Here's a working Application CRD:
But when converting it to an ApplicationSet like below where the first source's values are being feeded from the yaml-file, while the second source allows me to supply additional custom manifests to the applications:
And using the following example
appsets/configs/infrastructure-config.yaml
file to deploy 2 applications:The cert-manager application will deploy successfully, but the ingress-nginx application will fail with the following error:
Version
The text was updated successfully, but these errors were encountered: