smallstep / helm-charts

Helm packages for Kubernetes
Apache License 2.0
49 stars 73 forks source link

database dataSource as a secret #144

Open jbperrin88 opened 1 year ago

jbperrin88 commented 1 year ago

Hello,

What would you like to be added

Set database dataSource as a kubernetes secret

Why this is needed

I'm trying to deploy StepCA helm chart via ArgoCD. All my secret / configmap will be pushed to openshift by ArgoCD. Secret are sync with vault so i don't have to keep them inside git. But inside ca.json there is database mariadb dataSource with user and password. I can't keep clear password inside git.

maraino commented 1 year ago

Can you provide a PR? Without one it will take more time to prioritize this.

jbperrin88 commented 1 year ago

I'm sorry i've no time too for this . By the way , i've found a way with External Secret Operator with Template 👍