Skip to content
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

fixup server address when port is not present #896

Merged
merged 2 commits into from
Apr 7, 2023

Conversation

willfindlay
Copy link
Contributor

Some recent changes to the way we input the address string in Helm have introduced an
unfortunately compatibility breakage with the old default values which did not include
a port number in the address string. To provide backward compatibility here, let's just
assume a default of :54321 when the port is not present.

@willfindlay willfindlay requested a review from kkourt April 6, 2023 18:28
@willfindlay willfindlay requested a review from a team as a code owner April 6, 2023 18:28
@willfindlay willfindlay force-pushed the pr/willfindlay/fixup-server-addr branch from 4633cf0 to 687fee6 Compare April 6, 2023 18:30
Signed-off-by: William Findlay <will@isovalent.com>
Some recent changes to the way we input the address string in Helm have introduced an
unfortunate compatibility breakage with the old default values which did not include
a port number in the address string. To provide backward compatibility here, let's just
assume a default of `:54321` when the port is not present.

Signed-off-by: William Findlay <will@isovalent.com>
@willfindlay willfindlay force-pushed the pr/willfindlay/fixup-server-addr branch from 687fee6 to d88a6ed Compare April 6, 2023 18:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants