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.
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.