Argocd-ComparisonError : FailedPrecondition desc = Failed to unmarshal “template-child-apps.yml
I am trying to add if condition in an applicationset Here is my template-child-apps.yml apiVersion: argoproj.io/v1alpha1 kind: ApplicationSet metadata: name: child-app-template spec: goTemplate: true goTemplateOptions: [“missingkey=error”] generators: – matrix: generators: – git: repoURL: https://github.com/shamonshan/argocd-root revision: HEAD files: – path: configs/config.yml – list: elements: [] elementsYaml: “{{ .configs.components | toJson }}” template: metadata: name: ‘{{.name}}’ spec: … Read more