shini4i / argo-compare

A comparison tool for displaying the differences between ArgoCD Applications in different Git branches

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

App fails if yaml file contains invalid yaml

okgolove opened this issue · comments

I believe the app should ignore invalid yaml files at all or has an option kinda "fail if yaml is invalid"

I'm not sure that I can agree with this one. What is the use case for storing invalid YAML files?

What if I use dynamic gitlab ci templates (using jinja or another template tool) and store this yamls in the same repo?

Or even another yaml files which is not related to argo, but contains some yaml (which of course should be valid, but this should be checked via yamllint or kinda this).