This is an automated email from the ASF dual-hosted git repository.
lhotari pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar-helm-chart.git
The following commit(s) were added to refs/heads/master by this push:
new 9273347 Enable TLS certificate file refresh for BookKeeper components
by default (#669)
9273347 is described below
commit 9273347d63567fe3041b454b51ed1ac9676d6cf4
Author: Lari Hotari <[email protected]>
AuthorDate: Sat Mar 21 01:15:16 2026 +0200
Enable TLS certificate file refresh for BookKeeper components by default
(#669)
* Enable TLS certificate file refresh by default when they get updated
* Fix format
---
charts/pulsar/templates/_bookkeeper.tpl | 1 +
1 file changed, 1 insertion(+)
diff --git a/charts/pulsar/templates/_bookkeeper.tpl
b/charts/pulsar/templates/_bookkeeper.tpl
index dfd430d..44a3d3d 100644
--- a/charts/pulsar/templates/_bookkeeper.tpl
+++ b/charts/pulsar/templates/_bookkeeper.tpl
@@ -165,6 +165,7 @@ PULSAR_PREFIX_tlsKeyStoreType: PEM
PULSAR_PREFIX_tlsKeyStore: /pulsar/certs/bookie/tls.key
PULSAR_PREFIX_tlsTrustStoreType: PEM
PULSAR_PREFIX_tlsTrustStore: {{ ternary
"/pulsar/certs/cacerts/ca-combined.pem" "/pulsar/certs/ca/ca.crt"
.Values.tls.bookie.cacerts.enabled | quote }}
+PULSAR_PREFIX_tlsCertFilesRefreshDurationSeconds: "300"
{{- end }}
{{- end }}