-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
feat: Add Sprig template functions #9005
Conversation
🤖 I detect that the PR title and the commit message differ and there's only one commit. To use the PR title for the commit history, you can use Github's automerge feature with squashing, or use -- conventional-commit-lint bot |
00db1e7
to
092f37b
Compare
Signed-off-by: Brian Topping <[email protected]>
Signed-off-by: Brian Topping <[email protected]>
Hi @ericzzzzzzz, I missed the test failure before, should be fixed. Apologies for the noise. |
no worries, I just re-triggered the build. |
Signed-off-by: Brian Topping <[email protected]>
@ericzzzzzzz I guess I am learning what has to happen the hard way on my first PR. Doesn't seem I can add that label to kick off a build. |
Description
Add Sprig template functions. This allows parameterizing with functions such as
date
User facing changes (remove if N/A)
Additional functions are available to templated fields. No other changes are made to existing APIs or UX.
Tests for the functions are comprehensively provided upstream.