Collected sources and patterns will appear here. Add from search or the patterns library.
(ConfigTemplate, Map<SecretReference, SecretValue>) -> KubernetesManifest
Substitute placeholder strings in Kubernetes manifests with resolved values, applying context-specific transformations like base64 encoding if the resource Kind is a Secret.
Problem it solves
Injecting raw values into Kubernetes Secret manifests violates Kubernetes API schemas, which require base64-encoded strings.
Consumes
Emits
The real projects this mechanism was found in. Attribution is the point — this is how the best teams actually do it.