custom CA-Certs broken in helm chart
so the location that mounts the ca-certs secret mounts them to the improper location and also does not rebuild the ca-certificates.crt system bundle so when the application starts up the custom CA bundle is not loaded.
location that helm chart mounts to = /etc/ssl/certs
location that it should be mounted to = /usr/local/share/ca-certificates/<bundle>
then update-ca-certificates needs to be executed on startup if a custom CA cert is true.
location that helm chart mounts to = /etc/ssl/certs
location that it should be mounted to = /usr/local/share/ca-certificates/<bundle>
then update-ca-certificates needs to be executed on startup if a custom CA cert is true.
