mirror of
https://github.com/holos-run/holos.git
synced 2026-03-21 09:45:00 +00:00
Previosly, the holos component Results for each ArgoCD Application resource managed as part of each BuildPlan results in an empty file being written for the empty list of k8s api objects. This patch fixes the problem by skipping writing the accumulated output of API objects with the Result metadata.name starts with `gitops/`. This is kind of a hack, but it works well enough for now.