fabianvf / game-server-operator

MIT License
18 stars 3 forks source link

When volume create is true operator job begins to fail #4

Open fabianvf opened 5 years ago

fabianvf commented 5 years ago

It seems that for whatever reason when we create the PVCs (ie when create is true), on subsequent runs we get 422 errors because we can't modify the PVC spec. The PVC spec shouldn't be changing. Perhaps we should only attempt to create them if they don't already exist, if the idempotence of the module is messing us up.