v0.2.7
Changes
Add some template functions (available in HelmGenerator and KustomizeGenerator); the full list of template functions (on top of or overloading go template standard and sprig functions) is now:
toYaml: same asmustToYamlmustToYaml: as in helmfromYaml: same asmustFromYamlmustFromYaml: as in helmtoJson: same asmustToJsonmustToJson: as in helmtoPrettyJson: same asmustToPrettyJsonmustToPrettyJson: as in helmtoRawJson: same asmustToRawJsonmustToRawJson: as in helmfromJson: same asmustFromJsonmustFromJson: as in helmrequired: as in helminclude: as in helmtpl: as in helmlookup: as in helmmustLookup: same aslookup, but fails if referenced object does not existlocalLookup: looks up given object in local cluster (that is the cluster where the component exists); returns an empty map if object does not existmustLocalLookup: same aslocalLookup, but fails if referenced object does not exist