K8s init container secrets injection

Is there a way to inject secrets with the agent-injector into k8s init containers too? I need this for various app initialization tasks like databases etc.

When adding the necessary annotations in the deployment spec.template.metadata they are only picked up by the regular containers in the pods but not the init containers. Searching online I don’t find any example on how to annotate init containers. Is there something so obvious that I don’t see it? :slight_smile:

Thank you very much for your help!