helm-charts
helm-charts copied to clipboard
database dataSource as a secret
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.
Can you provide a PR? Without one it will take more time to prioritize this.
I'm sorry i've no time too for this . By the way , i've found a way with External Secret Operator with Template 👍