Hi, i'm trying to configure a secret to be able to...
# flyte-deployment
n
Hi, i'm trying to configure a secret to be able to pull our docker image from a private registry when starting a workflow. Ie i'd like to configure the
imagePullSecrets
field when starting pods. I've look at the secrets docs but i'm not sure this is what i'm looking for. As i understand, this will provide secret inside the tasks so, during the execution of the tasks not during the schedule of the pods, am i right ? 1/ does the secret shall be global or one by namespace (ie flyte's project ?) 2/ can i configure this secret once for all workflows ? Thanks !
k
You will have to configure your default service account to have this secret
j
hmm, this seems like another case of things we might want to set on pod templates generically
k
yup +1
we are doing this ASAP
215 Views