feat(helm): add httproute
- Resolves: #13645
- Target version: master
Summary
add httpRoute with some example with traefik controller , for new ingress successor httpRoute/GatewayApi since in now in GA
tested mannually with helm template -f values.yaml
Checklist
~~- [ ] I have run make prettier-write and formatted the code.~~
- [x] All commits have Change-Id
~~- [ ] I have run tests with
make check~~ - [x] I have issued
make runand manually verified that everything looks okay - [x] Documentation (manuals or wiki) has been updated or is not required
Thanks and welcome, @DrummyFloyd. The PR looks good, but please make sure your commits include a sign-off and a Change-Id.
Sign-off (DCO) If your commits are not signed off, you can add the Signed-off-by line like this:
- Check out the PR branch locally.
- Run
git rebase HEAD~1 --signoffto add the sign-off. - Force-push the updated commit:
git push --force-with-lease
Change-Id To generate a Change-Id in your commit message:
- Copy the commit hook:
cp .git-hooks/commit-msg .git/hooks/commit-msg - Amend your commit to trigger the hook:
git commit --amend - Force-push the updated commit:
git push -f
This will ensure the PR follows the required commit format.
@Darshan-upadhyay1110 thank ,i've fix DCO and change id
hi, any news about the review ? =)
hi, any news about the review ? =)
@DrummyFloyd sorry I missed it. I will review ASAP.