I have a VM that requires access to some credential files. I'd like these credential files to exist within a standard persistent disk that is mounted to the VM. These files need to exist when the container in the VM starts. If they do not, the container will exit and restart. Since it will continually exit and restart, there is no opportunity to hop into the VM, enter the container, and place the files.
So I'd like to know if there's a way to access a standard persistent disk from outside of a compute engine VM, so that I can place files in it, before it is mounted to the VM container on startup.
Is there any way to do this?