helm-charts icon indicating copy to clipboard operation
helm-charts copied to clipboard

ElasticSearch password should be in a secret not the configmap

Open robholland opened this issue 3 years ago • 2 comments

As with persistence passwords ElasticSearch password should be in a secret.

robholland avatar Feb 24 '21 13:02 robholland

Is there any news with this issue? Actually that's a real problem, for example in a GitOps workflow we'll have to commit the password :/

SmaineTF1 avatar May 17 '23 09:05 SmaineTF1

You can use Terraform helm_provider and pass any sensitive data dynamically + your helm will stay unchanged and you can keep it up to date without merging troubles.

LukaGiorgadze avatar Sep 23 '23 11:09 LukaGiorgadze