-
Notifications
You must be signed in to change notification settings - Fork 253
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
Use Sprig template functions and add asLabelValue function #2038
base: master
Are you sure you want to change the base?
Conversation
Welcome @fahhem! |
Hi @fahhem. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
✅ Deploy Preview for kubernetes-sigs-nfd ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
3ed1d51
to
392eeae
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @fahhem for the contribution. That was quick 😄 A few comments below.
Also, could you update the documentation (https://kubernetes-sigs.github.io/node-feature-discovery/v0.16/usage/customization-guide.html#templating) to mention that the sprig funcs are supported?
/cc @ArangoGutierrez |
/ok-to-test |
Looks like all the tests pass now! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@fahhem thanks for the update, looks very good now, just two small nits/suggestions below. I think you could also squash the commits into one.
e68e43b
to
c7bc0a1
Compare
c7bc0a1
to
e3c83e2
Compare
7f32417
to
f401f20
Compare
/retest |
I don't understand why that test is failing, there's no tracebacks or anything, it just dies after 2 hours |
Ach, that is some flake in the cross-build (arm64) builds that I'm not sure why it gets stuck. Just need to re-test until it succeeds |
Thanks @fahhem for the update. I put my review comment in a form of a PR If you think that is ok you can just squash it into your commit. |
Thanks! I'll squash them now |
be5f0d1
to
6d97803
Compare
/retest |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work, looks good to me now
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: fahhem, marquiz The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/assign @ArangoGutierrez |
Fixes #2033