Allow adding featuregates
We will need the ability to customize the kubevirt feature gates on the KubeVirt resource.
# Example:
kind: KubeVirt
metadata:
name: kubevirt
namespace: kubevirt-system
spec:
configuration:
developerConfiguration:
featureGates:
- DataVolumes
- Sidecar
...