Is your feature request related to a problem? Please describe.
The generated helm chart does not provide a way to template annotations on the service account, a requirement for AWS IAM Roles for Service Accounts. To get around this, I've added the values.yaml, value.schema.json, and the service account template for my pepr module into git and manually patched them. However, this adds friction every time I run npx pepr build.
Describe the solution you'd like
I would like the service account template to support passing annotations as values into the chart.
Additional context
Is your feature request related to a problem? Please describe.
The generated helm chart does not provide a way to template annotations on the service account, a requirement for AWS IAM Roles for Service Accounts. To get around this, I've added the values.yaml, value.schema.json, and the service account template for my pepr module into git and manually patched them. However, this adds friction every time I run
npx pepr build.Describe the solution you'd like
I would like the service account template to support passing annotations as values into the chart.
Additional context