Is there a way to specify the k8 service account t...
# flyte-support
s
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"
🙌🏽 1
f
@shy-accountant-549 yes you can - using options
f
yup
in that
run_as
this is identity
sorry not sure why the code is not linking correctluy
s
gratitude thank you
204 Views