JWebDev opened a new issue, #573: URL: https://github.com/apache/pulsar-helm-chart/issues/573
Hi, the bug is very simple but very unpleasant. It took me a few hours to realize that annotations are simply not added to the service as they should be. I thought all the time that the problem was in the connection with other services. But it turns out that the problem is in your chart. You have a mismatch with values.yaml here. It's like this now. https://github.com/apache/pulsar-helm-chart/blob/f9283801241445c29d324f04f97aaae4565d05d2/charts/pulsar/templates/broker-service.yaml#L29 It should be like this. `{{- with .Values.broker.service.annotations }} ` Regards -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
