I’m deploying kratos via the official helm chart a...
# talk-kratos
b
I’m deploying kratos via the official helm chart and configuring the verification email template like so: kratos-values.yml
Copy code
kratos:
  config:
    courier:
      templates:
        verification:
          valid:
            email:
              body:
                html: ${verification_email_html}
                plaintext: ${verification_email_plaintext}
p
Hi @User I think maybe the helm charts need to be updated again. @User
b
I have got it to work - the helm chart has a way to do this it seems like the docs are wrong
w
Hi there, if the docs are outdated, could you point out where, so we can update it again?