-
Notifications
You must be signed in to change notification settings - Fork 84
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(ingress): add path as property configurable #196
feat(ingress): add path as property configurable #196
Conversation
@jasondiazg would you be able to sign the DCO? |
f10cdee
to
487b272
Compare
Sorry @sabre1041 I did it now. |
a7a8790
to
176f0c1
Compare
Hi @vinzscam would you mind rerunning the checks and if everything is correct, approve the MR? |
c27f9a8
to
59ec5f3
Compare
Hi guys, @sabre1041 @vinzscam any update on this? |
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.
Functionality looks good. Quick comment related to the schema
@jasondiazg can you also update the chart version? |
Yes, I did it, now my branch has the next version: |
0fa9a77
to
4aa876c
Compare
Hi @sabre1041 any update on this? |
@jasondiazg looks like it needs another bump. if you can perform the update and update the issue, ill merge it in. Thanks for your contribution! |
4aa876c
to
f708fb9
Compare
Hi @sabre1041! Are you sure? I can see that the main branch has version |
The version of the chart |
Signed-off-by: Jason Diaz G. <jasondiazg@gmail.com> Signed-off-by: Jason Diaz <jasondiazg@gmail.com>
…d file Signed-off-by: Jason Diaz <jasondiazg@gmail.com>
Signed-off-by: Jason Diaz <jasondiazg@gmail.com>
Signed-off-by: Jason Diaz <jasondiazg@gmail.com>
f708fb9
to
0c23c67
Compare
Ohhhh got it sorry. Now it's done. |
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.
LGTM
Description of the change
These changes convert
ingress.path
as a configurable property. The change is needed for the deployments in a specific path instead of the base domain.Existing or Associated Issue(s)
Closes #195
Additional Information
Checklist
Chart.yaml
according to semver.values.yaml
and added to the README.md. The helm-docs utility can be used to generate the necessary content. Usehelm-docs --dry-run
to preview the content.ct lint
command.