Is your feature request related to a problem?/Why is this needed
I would like to be able to inject custom CA certs into the azure-disk-csi containers when installing it with the Helm chart without maintaining my own custom versions of the azure-disk-csi container images.
Describe the solution you'd like in detail
Allow passing extraVolumes and extraVolumeMounts to the Helm Chart via a values file.
Describe alternatives you've considered
I could build and maintain by own custom versions of the azure-disk-csi container images, but that is cumbersome.
Additional context
I'd be open to doing this myself, but it is unclear to me which Helm Chart's templates I'd make the changes in.
Is your feature request related to a problem?/Why is this needed
I would like to be able to inject custom CA certs into the azure-disk-csi containers when installing it with the Helm chart without maintaining my own custom versions of the azure-disk-csi container images.
Describe the solution you'd like in detail
Allow passing
extraVolumesandextraVolumeMountsto the Helm Chart via a values file.Describe alternatives you've considered
I could build and maintain by own custom versions of the azure-disk-csi container images, but that is cumbersome.
Additional context
I'd be open to doing this myself, but it is unclear to me which Helm Chart's templates I'd make the changes in.