mirror of
https://github.com/helm/helm.git
synced 2026-08-05 23:51:03 +00:00
Use test fixtures that are in the same package as test. Signed-off-by: Adam Reese <adam@reese.io>
18 lines
299 B
YAML
18 lines
299 B
YAML
firstname: John
|
|
lastname: Doe
|
|
age: 25
|
|
likesCoffee: true
|
|
employmentInfo:
|
|
title: Software Developer
|
|
salary: 100000
|
|
addresses:
|
|
- city: Springfield
|
|
street: Main
|
|
number: 12345
|
|
- city: New York
|
|
street: Broadway
|
|
number: 67890
|
|
phoneNumbers:
|
|
- "(888) 888-8888"
|
|
- "(555) 555-5555"
|