apisix-helm-chart icon indicating copy to clipboard operation
apisix-helm-chart copied to clipboard

feat: support mounting custom serviceaccount

Open tokers opened this issue 3 years ago • 0 comments

As a user, I want to mount a custom service account token so that I can control the permissions of the APIsIX pod according to my needs (e.g., the Kubernetes service discovery feature).

##Acceptance Criteria

As a user, I can use a custom service account via specifying the field serviceAccountName in values.yaml, then after I deploy the Apache APISIX, it works well, and no permission issue is reported.

tokers avatar Aug 09 '22 01:08 tokers