how should we configure custom email template with helm chart deployment to k8s. like how should we provide custom template files to kratos instance.( by giving it to identity schema? like how in which folder and what will be template_override_path then?
Hi @worried-kitchen-94392 , is it possible to reference those values from a configmap? It would be a good feature 🙂
Edit: We have a big template which we wouldn't pass it into values file of Kratos.
w
worried-kitchen-94392
09/05/2022, 1:30 PM
Yeah, absoluty. Every parameter passed to the config can be set from an Env, and we have support for extra variables in the helm chart. There is no templatesFromCM field in the helm chart, but you can create it from a custom configmap, and extraEnvs 🙂