Kong operator support for service account

Hi , Is it possible to define service account to be used by the kong container and side car container.
as of now i see option to add service account in the ingress , Please suggest us the way for it

Can you elaborate on what you’re looking to use it for/why you need it?

The service account in the chart (which the operator uses) is currently created if you use either the ingress controller (because the controller needs an account with permissions for the resources it watches) or if you enable PodSecurityPolicy (because it’s needed to bind a policy to the Pod).

We can probably add a designated toggle for it or just create it regardless of the enabled features–I’m not sure there’s any compelling reason to omit it–but it’d be useful to us to know what other resources would need it.