bjw-s / helm-charts

A collection of Helm charts
https://bjw-s.github.io/helm-charts/
Apache License 2.0
580 stars 106 forks source link

Mount configMap and secret by values object name #281

Closed JuniorJPDJ closed 6 months ago

JuniorJPDJ commented 7 months ago

Details

Describe the solution you'd like: I'd like to be able to mount ConfigMap in persistance section using it's name from configMaps section. The best would be if secrets would also be supported here in the same way.

Additional Information: This is already possible in envFrom section of controller, this is exactly what I'd like to see in persistance section.

bjw-s commented 6 months ago

That's a great idea, thanks! :) I've added it to the upcoming v3 version

JuniorJPDJ commented 6 months ago

Tests on the merge request failed ;D Thank you for very fast response and the implementation!