Compare commits
1 commit
Author | SHA1 | Date | |
---|---|---|---|
8e9a228458 |
3 changed files with 7596 additions and 0 deletions
7574
deploy/1-kubevirt-operator.yaml
Normal file
7574
deploy/1-kubevirt-operator.yaml
Normal file
File diff suppressed because it is too large
Load diff
14
deploy/2-kubevirt-cr.yaml
Normal file
14
deploy/2-kubevirt-cr.yaml
Normal file
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
apiVersion: kubevirt.io/v1
|
||||
kind: KubeVirt
|
||||
metadata:
|
||||
name: kubevirt
|
||||
namespace: kubevirt
|
||||
spec:
|
||||
certificateRotateStrategy: {}
|
||||
configuration:
|
||||
developerConfiguration:
|
||||
featureGates: []
|
||||
customizeComponents: {}
|
||||
imagePullPolicy: IfNotPresent
|
||||
workloadUpdateStrategy: {}
|
8
deploy/kustomization.yaml
Normal file
8
deploy/kustomization.yaml
Normal file
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
# yaml-language-server: $schema=https://json.schemastore.org/kustomization.json
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- 1-kubevirt-operator.yaml
|
||||
- 2-kubevirt-cr.yaml
|
||||
|
Loading…
Reference in a new issue