This content has been marked as final.
Show 1 reply
-
1. Re: BuildConfig with Persistent Volume Claim
alininja Jan 23, 2017 3:48 PM (in response to alininja)In case it helps others, I ended up just deploying a pseudo init container by running my task and then starting a basic server that listens on a port that nobody uses. The task saves the files to the persistent volume that is then used by another container. The deployment succeeds because the fake server is running and not crashing and deployments have access to volume mounts, which builds don't.