lhotari commented on code in PR #686:
URL: https://github.com/apache/pulsar-helm-chart/pull/686#discussion_r3257060001
##########
charts/pulsar/templates/_certs.tpl:
##########
@@ -107,9 +107,9 @@ spec:
{{ toYaml .tlsConfig.dnsNames | indent 4 }}
{{- end }}
{{- if or (eq .componentConfig.component "broker") (eq
.componentConfig.component "zookeeper") }}
- - {{ printf "*.%s-%s-headless.%s.svc.%s" (include "pulsar.fullname" .root)
.componentConfig.component (include "pulsar.namespace" .root)
.root.Values.clusterDomain | quote }}
+ - {{ printf "%s-%s-headless.%s.svc.%s" (include "pulsar.fullname" .root)
.componentConfig.component (include "pulsar.namespace" .root)
.root.Values.clusterDomain | quote }}
Review Comment:
I pushed a commit to handle this. The current CI tests don't enable hostname
verification so that's the reason why the problem didn't show up. The tests can
be improved in a separate PR.
--
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]