Till!

Results 329 comments of Till!

I think you're reasoning makes a lot of sense.

@yokawasa I made #49 to update it. Hoping the build works.

Just adding my 2 cents, I found that wrapping buildkit is easier than working with kaniko. Then you can have "docker", but you can run it rootless, etc.. What we...

The readme contains examples how to use this code. :) They work. So in order to get help, it would be great if you shared **what** doesn't work.

It seems like the `--set-file` for the schema is a special case, the emails work like this: ``` --set-file kratos.emailTemplates.recovery.valid.body=kratos/emails/recovery.html --set-file kratos.emailTemplates.recovery.valid.plainBody=kratos/emails/recovery.txt --set-file kratos.emailTemplates.recovery.invalid.body=kratos/emails/recovery-invalid.html --set-file kratos.emailTemplates.recovery.invalid.plainBody=kratos/emails/recovery-invalid.txt --set-file kratos.emailTemplates.verification.valid.body=kratos/emails/verification.html --set-file kratos.emailTemplates.verification.valid.plainBody=kratos/emails/verification.txt...

So, the last bit was missing: ``` kratos: config: courier: template_override_path: /conf/courier-templates ``` I think the first bit could probably be docs? The one remaining problem is that the config...

Maybe this could be added to the values file: https://github.com/ory/kratos/tree/master/courier/template/courier/builtin/templates Following the naming of the directories, you can set any other template, e.g.: ```sh --set-file kratos.emailTemplates.verification_code.valid.body=kratos/emails/verification_code.html --set-file kratos.emailTemplates.verification_code.valid.plainBody=kratos/emails/verification_code.txt --set-file kratos.emailTemplates.verification_code.invalid.body=kratos/emails/verification-invalid.html...

Yeah, another example and maybe a link to kratos source would be sufficient IMHO.

@Demonsthere You mean, currently I'd have to build the `ConfigMap` myself, right? I think a general mechanism for the hooks would be great.

For example this: https://github.com/github/renaming