fdb-kubernetes-operator
fdb-kubernetes-operator copied to clipboard
volumeClaimTemplate should be required for stateful processes
What would you like to be added/changed?
Right now, it is possible for a stateful process to not have a volumeClaimTemplate / PVC. This seems not logical and probably shouldn't be allowed. This would require that we add validation and a default volumeClaimTemplate.