| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
This example was created to show a simplified introduction to using ytt Schema.
In following examples, a schema file and a template file are provided.
To see the default values from the schema file in the output, run this command:
ytt -f config.yml -f schema.ymlTo override the default values from the schema file, provide data values via --data-value-yaml flags, or by adding a data values file. The values must be of the same type that is declared in schema.yml.
ytt -f config.yml -f schema.yml --data-value-yaml string=str| Back | FazBrowse Home | New Git URL |