This message was deleted.
# ask-for-help
s
This message was deleted.
x
Hi, I just released version
1.1.2
to supports specifying serviceAccount. You should upgrade
yatai-deployment-crds
and
yatai-deployment
to
1.1.2
to use this feature. Now, there are two ways to specify the serviceAccount: 1. If you want to set the serviceAccount to specific BentoDeployment api-server pods or runner pods, you can set the
spec.extraPodSpec.serviceAccountName
or
spec.runners[*].extraPodSpec.serviceAccountName
2. If you want to set the serviceAccount to all BentoDeployment pods in a specific namespace, you can set a label for the
serviceAccount
resource like this:
Copy code
kubectl -n yatai label serviceaccount my-sa <http://yatai.ai/bento-deployment-pod=true|yatai.ai/bento-deployment-pod=true>
💯 1
🙏 1
t
It can now be specify serviceaccount. @Xipeng Guan Thank you so much.