datastax / pulsar-helm-chart

Apache Pulsar Helm chart
Apache License 2.0
46 stars 38 forks source link

Improve self signed root CA cert secret configuration #192

Closed michaeljmarshall closed 2 years ago

michaeljmarshall commented 2 years ago

Fixes #190.

In order to better align with the rest of the configuration in the .Values.tls section, this PR replaces rootCaSecretName with ssCaCert.tlsSecretName. With this change, all TLS secret names are configured in the same way.