https://flyte.org logo
#flyte-deployment
Title
# flyte-deployment
g

Gopal Vashishtha

08/08/2023, 3:35 PM
How can I specify a custom podTemplate for pods created using flyte-binary? Trying to specify
imagePullSecrets
so I can pull from a private ECR
I see
configmap.k8s
in flyte-core but not sure what the equivalent is for flyte-binary
Oh I see imagePullSecrets is supported as a key on flyteagent, that should be sufficient
g

Gopal Vashishtha

08/09/2023, 12:51 PM
Thanks for sharing, Samhita. That doc links to a section of the k8s documentation that says to manually patch the service account. I'm trying to avoid manual steps like that
2 Views