Using secret store csi driver with third party helm charts #350
chopraaakash91
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Team, I am deploying enterprise applications like gitlab and Jfrog artifactory using helm charts on Azure Kubernetes Service. Gitlab and artifactory use a postgress DB to store metadata information. As of now, I have created a kubernetes secret for postgres user and pwd and passing that secret to helm chart using values.yaml. But that secret is not secure as it is simply base64 encoded. If i were the owner of these applications, I would have easily integrated this secret store CSI driver as I could have modified the deployment.yaml to mount the secrets. What should I do in this case where i can't modify the deployment.yaml spec and deploying third party apps using Helm ?
Kindly Assist.
Beta Was this translation helpful? Give feedback.
All reactions