Is there a way to specify the k8 service account t...
# ask-the-community
n
Is there a way to specify the k8 service account to use when executing a task/workflow with FtelyRemote.execute?
it is possible to do so with
flytectl --execFile exec_spec.yaml ...
and in exec_spec.yaml a k8 service account can be specified as
kubeServiceAcct: "service-account-name"
k
@Nan Qin yes you can - using options
k
yup
in that
run_as
this is identity
sorry not sure why the code is not linking correctluy
n
gratitude thank you
179 Views