-
Notifications
You must be signed in to change notification settings - Fork 95
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
fix: Update file_config to honor GRPCServerParameters.Enabled #771
Conversation
5d7ce36
to
9a04507
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.
This part looks good, but I think this also requires a change to configMeta.yaml and maybe the . Specifically, the Enabled flag needs:
valuetype: conditional
extra: "nonempty GRPCListenAddr"
and the "conditional" helper needs to get the "nonempty" case added.
It would be ok to do those as a separate PR, or as part of this one.
@kentquirk added the case and then tested with the 1.19.1 helm chart values. They were successfully converted when the grpc address was supplied. |
…arameters.Enabled
Which problem is this PR solving?
GRPCServerParameters.Enabled
is unused. #770Short description of the changes
GetGRPCEnabled
function to config interface.GetGRPCEnabled