cloudnative-pg / charts

CloudNativePG Helm Charts
Apache License 2.0
137 stars 62 forks source link

Setting up Annotation for service account in the Cluster chart #309

Open FacundoAcevedo opened 1 month ago

FacundoAcevedo commented 1 month ago

Hi, I'm trying to set an annotation for the serviceaccount that runs the clusters to use IRSA in AWS and be able to create backups on s3. I read this site and they use serviceAccountTemplate, I didn't find any reference to that key in the chart template, nor any other reference to the services account.

Thanks