Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: skip interpolation of array of strings if the style of node is l…
…iteral (#5157) Resolves #5155 Literal style helps to break a string into new lines. In Copilot version v1.29 we supported interpolation of sequence of strings. There is caveat here If the manifest has `Literal Style`(Blocked Scalar) node i.e for example if the manifest contains ```yaml labels: "test": | ["label1","label2"] ``` This will lead to unmarshal errors. By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the Apache 2.0 License.
- Loading branch information