Channels
datahub-flyte
scipy-2023-workshop
flyte-school
flyte-build
flyte-users-berlin
scipy-2023-sprint
auth
flyte-bazel
large-language-models
contribute
great-content
in-flyte-conversations
flyte-on-gcp
show-and-tell
flyte-github
linkedin-flyte
random
deployment
feature-discussions
flytelab
flytekit-java
integrations
ray-on-flyte
conference-talks
release
flyte-ui-ux
workflow-building-ui-proj
writing-w-sfloris
jobs
hacktoberfest-2022
torch-elastic
flyte-console
engineeringlabs
helsing-flyte
flyte-documentation
konan-integration
databricks-integration
ray-integration
wg-gpu-types
flytekit
ecosystem-unionml
scipy-2022-sprint
announcements
ask-the-community
flyte-deployment
introductions
events
Powered by
#flyte-deployment
Title
m
Matheus Moreno
07/15/2022, 4:35 PM
Hi! How can I configure a default service account for tasks? So that users don't have to set them when executing tasks/workflows.
k
katrina
07/15/2022, 4:55 PM
you can set that in the admin application config!
https://docs.flyte.org/en/latest/deployment/cluster_config/flyteadmin_config.html#k8sserviceaccount-string
m
Matheus Moreno
07/15/2022, 5:01 PM
So it's in the config file to be passed to flytectl?
k
katrina
07/15/2022, 5:06 PM
this is actually set in the back-end in the admin config (
https://github.com/flyteorg/flyte/blob/2635cda85b24926632f0d7391975732ab221fe1b/charts/flyte-core/values.yaml#L482
) and is applied to everything that gets registered
m
Matheus Moreno
07/15/2022, 5:31 PM
It worked! Thank you!
🎉 1
2 Views
Post