Add Reference content

This commit is contained in:
aarti 2020-02-17 15:13:10 -08:00 committed by GitHub
parent b5cd93a09f
commit cf52d5d7e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

View File

@ -24,3 +24,12 @@ child:
<<: *defaults
b: 4
```
### Reference content
```yaml
values:
- &ref Something to reuse
- *ref # Reused content
```