12345678910111213141516171819 |
- ---
- apiVersion: kubevirt.io/v1
- kind: KubeVirt
- metadata:
- name: kubevirt
- namespace: kubevirt
- spec:
- certificateRotateStrategy: {}
- configuration:
- developerConfiguration:
- featureGates: []
- customizeComponents: {}
- imagePullPolicy: IfNotPresent
- workloadUpdateStrategy: {}
- infra:
- replicas: 1
- workloads:
- replicas: 1
|