YAML use case
YAML Sample File for Config and Manifest Parsing
Validate YAML config ingestion, CI manifest parsing, and Kubernetes-style document handling with real YAML application, pipeline, and manifest fixtures.
162 B
Manifest JSON
SHA256
Starter file
Download
yaml_app_config_sample.yaml
Checklist
Testing Steps
- Compare parsing behavior across app-config, CI pipeline, and Kubernetes manifest YAML documents in the same tooling path.
- Verify structure, comments, and file-size handling before changing YAML parser or import rules.
- Confirm YAML configuration controls preserve expected preview and validation output across tools.
Companion fixtures
Related Variants
Next steps