docker-registry.helm icon indicating copy to clipboard operation
docker-registry.helm copied to clipboard

Support existingSecrets

Open brsolomon-deloitte opened this issue 2 years ago • 1 comments

It would be nice to allow chart users to specify an existingSecret for htpasswd as well as a handful of other Secrets that are currently either auto-generated or required to supply a value directly. (Admittedly, htpasswd is hashed, but it is still not ideal to keep the hashed value in Git.)

See some great examples in the various bitnami helm charts.

brsolomon-deloitte avatar Mar 17 '22 01:03 brsolomon-deloitte

I'm looking for this too. I want the password to be randomly generated on deployment using a Job, but with the actual file contents being required at chart compile time, this is not possible.

WoodyWoodsta avatar Jul 02 '22 10:07 WoodyWoodsta