helm-charts icon indicating copy to clipboard operation
helm-charts copied to clipboard

Support extraVolumes and extraVolumeMounts

Open chrisduong opened this issue 2 years ago • 1 comments

I have a use case where I inject the K8s secret with Kubernetes Secrets Store CSI Driver.

To be able to do this, I need to have extra Volumes or extra Volume Mounts (optional) for the deployment.

I'll be happy to open the PR if people think it is useful.

chrisduong avatar Oct 02 '23 12:10 chrisduong

There is allredy a option to use existing secrets so you can use a secret CSI like vault

Syntax3rror404 avatar May 13 '24 16:05 Syntax3rror404