Open JakeSCahill opened 4 months ago
I would lean toward following the same pattern as truststore_file
: https://github.com/redpanda-data/helm-charts/pull/1373/files#diff-9816759f5552bf9796d055b4dd5bb21fe21633582b33349ba828ac5d4092ffe2R422-R426
Updated the example to reflect the same pattern as truststore_file
What would you like to be added?
In 24.2, Redpanda will support Certificate Revocation Lists (CRLs) for TLS-encrypted connections. To support CRLs in the Helm chart, we require some changes.
Changes Required
Update
values.yaml
to add new fields under thetls
section for each listener to specify the CRL paths. For example:Why is this needed?
To support the new CRL
crl_file
field in Redpanda >=24.2JIRA Link: K8S-298