gulecroc opened a new pull request, #619: URL: https://github.com/apache/pulsar-helm-chart/pull/619
Fixes https://github.com/apache/pulsar-helm-chart/issues/598 ### Motivation Create a combined PEM for CA certificates from values : ```yaml tls: <component>: cacerts: enabled: true/false certs: - name: cacert existingSecret: cacert-secret secretKeys: - ca.crt ``` ### Modifications If `tls.<component>.cacerts.enabled: true` : * mount an emptyDir `<component>-cacerts` to `/pulsar/certs/cacerts` * mount `certs-combine-pem.sh` and `certs-combine-pem-inifinity.sh` to `/pulsar/bin` * mount each certificate `tls.<component>.cacerts.certs.<cert>` to `/pulsar/certs/<cert>` * add an initContainer to create the initial `/pulsar/certs/cacerts/ca-combined.pem` file * run `certs-combine-pem-inifinity.sh` as background process to check every minute ### 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]
