helm/pkg/engine
Steve Wilkerson 79a3db0a63 feat(helm): add support for required properties
Adds the `required` function in enginge.go to support required
properties in values.yml. When a chart developer wishes to specify
intent in requiring a value, they can use this function to declare
an error message that gets returned when chart rendering fails
when a required value is not present in values.yml.

Closes #1580
2017-03-08 12:49:23 -06:00
..
doc.go chore(*): add canonical import path annotation 2016-07-11 22:59:55 -06:00
engine.go feat(helm): add support for required properties 2017-03-08 12:49:23 -06:00
engine_test.go feat(helm): add support for required properties 2017-03-08 12:49:23 -06:00