image-reflector-controller icon indicating copy to clipboard operation
image-reflector-controller copied to clipboard

Allow `certSecretRef` to be provided as a `Secret` in a more standard way

Open zzvara opened this issue 2 years ago • 0 comments

cert-manager, traefik and other tools, as I observed create certificates in secrets with the following keys tls.key, tls.crt. However, the image-reflector-controller assumes certFile and keyFile. We then have to copy-paste certificate secrets and reformat them to the certFile and keyFile key mapping in order to obey the image-reflector-controller.

zzvara avatar Jun 13 '22 17:06 zzvara