您好,想咨询一下Crd User和ServiceAccount之间的关系,在devops工程中执行自己写好的deployment文件时用了ServiceAccount,实际kubesphere没有提供ServiceAccount创建以及角色绑定,而是做了User的角色权限绑定,自己的Deployment中使用ServiceAccount是给它赋予了读取configmap等权限,这样pod中可以直接读取,那我自己的Deployment文件中使用的ServiceAccount应该怎么初始化?手动吗?还是可以根据定义的User的权限,改deployment文件去读取configmap?