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 !
f
freezing-airport-6809
01/24/2022, 2:45 PM
You will have to configure your default service account to have this secret
m
miniature-carpenter-95169
01/26/2022, 6:38 PM
hmm, this seems like another case of things we might want to set on pod templates generically