armory / dinghy

Pipelines as code for Spinnaker
Apache License 2.0
31 stars 12 forks source link

add sprig functions to dinghy templating #113

Closed haisum closed 3 years ago

haisum commented 3 years ago

Please add sprig functions from https://github.com/Masterminds/sprig to templates. These functions are included in helm and many other popular projects using go templating. Including them would add a lot of possibilities to dinghy templates and will help in simple things such as arithmetic operations, yaml indentation, date manipulation and others as documented at http://masterminds.github.io/sprig/.