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
{{ message }}
This repository was archived by the owner on Mar 26, 2026. It is now read-only.
Problem
Generating ConfigMaps and Secrets with structured content requires building files as
@concatstrings with manually escaped quotes and\n:This is error-prone, unreadable, and unmaintainable. Any operator managing applications needs config generation, and
@concatdoesn't scale for it.Proposal
@toJsonand@toYamloperators that serialize a structured object (with embedded expressions) to a string:@concat,@cond,@definedOr) work inside