-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document how to use of go-template custom func or external library (sprig) functions #20
Comments
Could move the custom functions into there own package and then link from the docs to the page on https://pkg.go.dev |
@nocturnalastro sorry just update the title to make it a bit more clear. We have imported Sprig as one of the dependencies which allows us to use funcs like Also we can have custom func written in go-template contained with a CR (a.k.a template function) to validate stuff further |
But that's a good idea! |
/documentation |
Issues go stale after 90d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
/lifecycle frozen |
https://masterminds.github.io/sprig/
The text was updated successfully, but these errors were encountered: