helm-kubernetes-services
helm-kubernetes-services copied to clipboard
Add support for CSI volume mounts
Describe the solution you'd like Many service providers are starting to integrate with the Secrets Store CSI driver to provide a mechanism for injecting external secrets into the Pods. For example, AWS has an official provider for using this mechanism to inject Secrets Manager Secrets into Pods as volumes.
We should update the k8s-service
chart to allow one to inject such a volume into the Pod.
@yorinasub17 anything happend on this front? i need csi support now.