fluxcd / helm-controller

The GitOps Toolkit Helm reconciler, for declarative Helming
https://fluxcd.io
Apache License 2.0
408 stars 163 forks source link

SQL storage backend support #272

Open alex-lx opened 3 years ago

alex-lx commented 3 years ago

Helm supports SQL storage backend, it would be nice to support it in helm-controller, it would be useful especially when not able to create secret or configmap on kubernetes cluster. Here's a real situation we meet https://github.com/fluxcd/flux2/discussions/1473

dannysauer commented 3 years ago

This would perhaps also be useful in a not-hypothetical situation where someone is making hundreds or thousands of deployments and the number of secrets gets too large for helm (ok, kubernetes) to enumerate in a reasonable time. :)