Merge two YAML files into one with configurable merge strategies. Simplify combining Kubernetes manifests, Helm values, and multi-environment configs.
Merge two YAML files into one with configurable merge strategies. Simplify combining Kubernetes manifests, Helm values, and multi-environment configs.
Common questions and answers about this topic.
Merges two YAML documents into one, combining mappings from both sources.
When both documents have the same key, the value from the second document takes precedence.
Yes, nested mappings are merged recursively.
No, YAML merging is performed entirely in your browser. Both files are merged locally with JavaScript — nothing is uploaded.