Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add fields
yaml_multiline_string_style
and `yaml_dump_null_as_empty…
…` to mock Kapitan argument cache The fields got introduced in kapicorp/kapitan#861 and are read by Kapitan's customized PyYAML representer functions for strings and None values respectively. We currently just set the fields to their defaults of `""` and `False`, but we could consider changing them to use a nicer multi-line string format for Commodore's output in the future, and to emit `None` entries in YAML streams as an empty string instead of `null` which would fix intermittent issues with ArgoCD choking on Helm template outputs, if `null` documents aren't removed from the output.
- Loading branch information