I have an ELK Stack running in a Openshift POD as 'Blue' using Persistent Volumes to storage data.
When I try to deploy a second ELK Stack in a second POD using the same Persistent Volumes, i get an error because ELK Volumes has a lock.
How can I do a blue-green deployment using the same data from the current ELK Stack?