Skip to main content
Question

Add Certificate on Helm deployed commvault

  • April 15, 2026
  • 1 reply
  • 7 views

Forum|alt.badge.img

I have deployed Commvault components using this procedure. But I’m not sure how to add my S3 Compatible storage SSL root certificate to be available on deployed pods.
Please, can you tell me if there is a procedure in order to add the certificates on MediaAgent pods?
Thanks

1 reply

Forum|alt.badge.img+9
  • Vaulter
  • April 16, 2026

Hi Andres,

Commvault does not have documentation outlining this procedure as it is more of a Kubernetes configuration consideration.

You can, however, modify a helm chart during deployment to load your certs into a configmap. There is further reading available here: https://helm.sh/docs/intro/using_helm/#customizing-the-chart-before-installing

The premise here is similar to the Commvault syntax using --set to define Commvault infrastructure details during deployment in your referenced document.

Cheers,