ericsyh opened a new pull request, #559: URL: https://github.com/apache/pulsar-helm-chart/pull/559
Fixes #<xyz> ### Motivation To support the scenario that users have pre-generated tls certificates. Case like users have existing certificate secrets created by cert-manager or by manual, with this PR we can allow the zk, bk, broker, proxy and toolset to use the pre-generated secrets. ### Modifications In the values, we add several new fields: * `tls.common.caSecretName`: the pre-generated ca certificate, only used when the `untrustedCa` equals `true` * `tls.component.certSecretName`: the pre-generated tls certificate for each component. * `tls.component.untrustedCa`: untrustedCa means the selfsigned, and will require the caSecret. ### 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]
