ericsyh opened a new pull request, #561: URL: https://github.com/apache/pulsar-helm-chart/pull/561
Fixes #<xyz> ### Motivation The current chart only supports enable tls with self-signed issuer which is not possible for production users. This PR supports [ca type issuser](https://cert-manager.io/docs/configuration/ca/) which allows users to bound a root certificate (in `Secret`) to issue required tls certificates for pulsar components. ### Modifications - support the ca type issuer in the `certs.type` and add the `certs.issuers.ca.secretName` field for the root certificate reference. - support cert-manager v1alpha[1-3] API versions. ### Verifying this change - [x] 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]
