ericsyh commented on code in PR #559:
URL: https://github.com/apache/pulsar-helm-chart/pull/559#discussion_r1884042397
##########
charts/pulsar/values.yaml:
##########
@@ -228,29 +228,48 @@ tls:
keySize: 4096
keyAlgorithm: RSA
keyEncoding: PKCS8
+ caSecretName:
# settings for generating certs for proxy
proxy:
enabled: false
cert_name: tls-proxy
createCert: true # set to false if you want to use an existing certificate
+ # specify name of secret contain certificate if using pre-generated
certificate
+ certSecretName:
+ untrustedCa: true
Review Comment:
updated the description in
https://github.com/apache/pulsar-helm-chart/pull/559/commits/20ed697afc5659168610a46241e5252fe4ecb3f6
--
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]