-
Notifications
You must be signed in to change notification settings - Fork 112
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
Allow overriding konnectivity parameters #411
Allow overriding konnectivity parameters #411
Conversation
✅ Deploy Preview for kamaji-documentation ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
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.
May I ask you to follow the semantic commit message convention, please?
d5bd6ec
to
a949dc2
Compare
will do! |
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.
I would mark this commit as a fix:
fix: konnectivity extra args override
If the suite is green I can reword the commit, no worries. |
Found some issues locally. Will come back with reworded commit and working tests. |
a949dc2
to
8494598
Compare
@prometherion OK did a bit of reworking. Now allowing the address to be set via Open to any comments/concerns/questions. |
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.
Minor changes and we can get this merged! 🚀
8494598
to
6e7773c
Compare
6e7773c
to
6c69f37
Compare
6c69f37
to
1310aca
Compare
After realizing the CRDs are generated from #414 I modified this PR to also generate the CRD changes from the code comments. |
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.
Please, may I ask you to commit the changes generated by make yaml-installation-file
?
1310aca
to
f62ce15
Compare
Yes of course, it's done now. |
Fixes #410
This will allow us to override konnectivity hard-coded defaults using the existing
extraArgs
parameter.