smbecker opened a new pull request, #686: URL: https://github.com/apache/pulsar-helm-chart/pull/686
### Motivation The generated `dnsNames` configuration on certificates is incorrect for fully qualified names. It generates `*.<release>-<component>.namespace.svc.local` rather than `<release>-<component>.namespace.svc.local` ### Modifications Removes the `*.` prefix on the fully-qualified `dnsNames` ### Verifying this change - [ ] Make sure that the change passes the CI checks. -- 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]
