Fix a bug in the insertion of a yaml inside another label at a given path
What it does
substituteHere is used to insert a given YAML at a given path in a YAML. It recusrively parses a YAML to find a marler. The current code had a bug because the marker was hardcoded (equalt to "here") for some cases (which where not tested).
The present MR fixes the code and add related tests.
Tests
- CI Tests
✅ - E2E Tests
✅
Edited by vladimir braquet