Kevin McKernan
Kevin McKernan
The issue isn't with vercel's hosting, it's their build step that uses (or operates similarly to) @vercel/ncc. The files don't exist because they aren't referenced, and are stripped from the...
The solution ended up being using a separate values file, using a yaml file located in the repository instead of trying to inline in an argocd application directly. example: ```yaml...
Thanks for getting the docs updated! I chopped off a few lines by mistake, here's the context on what `$values` refers to: ```yaml sources: - chart: robusta repoURL: https://robusta-charts.storage.googleapis.com targetRevision:...