[18:22:01] Where do folks store certificates requests for cert-manager, which are needed by a given chart? [18:22:20] my grepping hasn't turned up anything obvious [18:22:35] I was think of creating another chart, just for the certs? [19:19:24] <^demon|afk> @jhathaway If you're using an Ingress, cert-manager creates them on-demand when you have a `.spec.tls` section -- no real need to have them in a chart or managed by hand? [19:20:00] <^demon|afk> (unless you're needing a cert and not for use in Ingress in which case I'll kindly sit right back down) [19:29:40] ^demon|afk: well in the jaeger case I a CA to inject, so that it trusts our certs, though maybe that is not needed, if we bake them in our image? [19:29:57] but you are right that for the ingress piece I do not need a cert