jcmoraisjr / haproxy-ingress

HAProxy Ingress
https://haproxy-ingress.github.io
Apache License 2.0
1.04k stars 269 forks source link

Possibility to add annotations to ServiceAccount #1056

Open martinporoli opened 10 months ago

martinporoli commented 10 months ago

What are you trying to do I'm running EKS on AWS and want to associate the service account created by HAProxy Ingress to a role in AWS, having something like this in my values.yaml:

serviceAccount:
  annotations:
     eks.amazonaws.com/role-arn: "arn:aws:iam::111111111111:role/some-role-name"

What HAProxy Ingress should do or how it should behave differently HAProxy Ingress does not support adding annotations to the created ServiceAccount in this way. There are probably alternatives to this approach: maybe overwriting template files or predefining a ServiceAccount connect it using its name. Those approaches would require more setup though and are therefore less ideal in my opinion.

github-actions[bot] commented 8 months ago

This issue got stale and will be closed in 7 days.