FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

ytt/examples/schema at develop · carvel-dev/ytt · GitHub

/ ytt Public

Latest commit

 

History

History

Folders and files

NameName
Last commit message
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.yml

To 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