twuni/docker-registry.helm

Support existingSecrets

brsolomon-deloitte opened this issue · 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.

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.