You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use yq string evaluator instead of stream evaluator
This allows us to pass the YAML content in memory instead of having
to write it to a file.
This commit also switches to "eval-all" mode, so multiple documents
are all loaded together, allowing merge operations between them.
This is in preparation of multi-file template assembly.
Signed-off-by: Jan Dubois <[email protected]>
0 commit comments