datastax / pulsar-helm-chart

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

Add possibility to configure hostname verification in all pulsar components #202

Closed MMirelli closed 2 years ago

MMirelli commented 2 years ago

Some pulsar components have tlsEnableHostnameVerification set to true by default (for example the bastion component: https://github.com/datastax/pulsar-helm-chart/blob/master/helm-chart-sources/pulsar/templates/bastion/bastion-configmap.yaml#L39).

Setting all of them from the values is desirable.