kyuubi/docker
zwangsheng f67e141096
[KYUUBI #3860] [K8S] Add service account name in values.yaml to config kyuubi's serviceAccountName in helm template file
### _Why are the changes needed?_

For kyuubi run in kubernetes, kyuubi need permissions to create/list/delete pods.

Kubernetes provides serviceAccountName for quick configuration of permissions(Get details in [RBAC](https://kubernetes.io/docs/reference/access-authn-authz/rbac/)).

Add `serviceAccoutName` to the values.yaml file to help users add configurations without changing the template file.

### _How was this patch tested?_
- [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible

- [ ] Add screenshots for manual tests if appropriate

- [x] [Run test](https://kyuubi.apache.org/docs/latest/develop_tools/testing.html#running-tests) locally before make a pull request

![WX20221128-114911](https://user-images.githubusercontent.com/52876270/204190111-b463239f-0427-4197-b3b4-e2a3a0bdf7ad.png)

Closes #3860 from zwangsheng/kubernetes/serviceAccount.

Closes #3860

e87bcb69 [zwangsheng] [K8S] Add service account name in values.yaml for kyuubi's serviceAccountName

Authored-by: zwangsheng <2213335496@qq.com>
Signed-off-by: Cheng Pan <chengpan@apache.org>
2022-11-28 16:08:55 +08:00
..
helm [KYUUBI #3860] [K8S] Add service account name in values.yaml to config kyuubi's serviceAccountName in helm template file 2022-11-28 16:08:55 +08:00
playground [KYUUBI #3772] Switch default catalog to tpcds in playground 2022-11-07 18:33:47 +08:00
Dockerfile [KYUUBI #3831] Update Dockerfile to include LICENSE NOTICE RELEASE files 2022-11-22 18:56:08 +08:00
kyuubi-configmap.yaml [KYUUBI #877] Add kubernetes configmap yaml file 2021-08-02 14:55:10 +08:00
kyuubi-deployment.yaml [KYUUBI #1199] Refine docker image file 2021-10-09 14:22:35 +08:00
kyuubi-pod.yaml [KYUUBI #1199] Refine docker image file 2021-10-09 14:22:35 +08:00
kyuubi-service.yaml