I thought this one was already merged, I think I confused it with the one about our Drone setup for 5apps
Fixed by adding this to the session section of the app.ini
:
I have switched over to ship the custom files as a Docker image, that is based on the busybox image (see e0741b4 for details). The files are copied to the persistent volume in the init container. This is much better than what I had come up with previously and is running on GKE
I don’t think that’s the case. This seems to be exactly what init containers are for, as you suggested in the beginning:
Then why does the title say “Add a script to copy the content of the custom folder to a running pod”? Shouldn’t it say “copy the custom folder to the persistent volume” in that case?
What’s wrong with simply deploying them to a PV and mounting that as /custom? I thought that was the intial approach with the init container (which would also mount the PV and copy the files oves).