This message was deleted.
# troubleshooting
s
This message was deleted.
y
Oh yeah, the setup is on k8s
r
you can use init container to run curl and then copy the file to the place
or build a custom image and download at build time
building custom image is safer option as the curl/s3 could fail during the init container
y
Thanks, that what I figured 😞
I think I'll build an image