You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would also add that supporting Sprig functions would assist engineers that are already used to Helm, which provides the same Spring functions. Familiarity with Helm seems to be one of the goals of this function, or at least being as familiar to the user as possible, a very nice-to-have feature in that sense.
This function already supports all the Sprig functions.
From the README:
This function supports all of Go's built-in template functions. The above examples use the index function to access keys like resource-name that contain periods, hyphens and other special characters. Like Helm, this function also supports Sprig template functions as well as additional functions.
What problem are you facing?
I want to use function-go-templating to do things like:
How could this Function help solve your problem?
By implementing more of the functions from the masterminds/sprig library the function is using to enable support for more of the library's functions, primarily the functions in
http://masterminds.github.io/sprig/defaults.html
http://masterminds.github.io/sprig/strings.html
http://masterminds.github.io/sprig/lists.html
The text was updated successfully, but these errors were encountered: