How can I specify a custom podTemplate for pods cr...
# flyte-deployment
g
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
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