blob: c08df7eac6d940c74ff8630097b03d27e62c7fa0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
|
nameOverride: ""
fullnameOverride: ""
certificateRotateStrategy: {}
# configuration holds kubevirt configurations. Same as the virt-configMap.
configuration:
developerConfiguration:
featureGates: []
customizeComponents: {}
# imagePullPolicy is the policy to use.
imagePullPolicy: IfNotPresent
# imageRegistry is the image registry to pull the container images
# from. Defaults to the same registry the operator's container image
# is pulled from.
#imageRegistry: ""
# imageTag is the tag to use for the continer images
# installed. Defaults to the same tag as the operator's container
# image.
#imageTag: ""
# infra is the selectors and tolerations that should apply to KubeVirt
# infrastructure components.
#infra: {}
# monitorAccount is the name of the Prometheus service account that
# needs read-access to KubeVirt endpoints. Defaults to prometheus-k8s.
#monitorAccount: ""
# monitorNamespace is the namespace Prometheus is deployed
# in. Defaults to openshift-monitor.
#monitorNamespace: ""
# productName designates the apps.kubevirt.io/part-of label for
# KubeVirt components. Useful if KubeVirt is included as part of a
# product. If ProductName is not specified, the part-of label will be
# omitted.
#productName: ""
# productVersion designates the apps.kubevirt.io/version label for
# KubeVirt components. Useful if KubeVirt is included as part of a
# product. If ProductVersion is not specified, KubeVirt's version will
# be used.
#productVersion: ""
# uninstallStrategy specifies if kubevirt can be deleted if workloads
# are still present. This is mainly a precaution to avoid accidental
# data loss.
#uninstallStrategy: ""
# workloadUpdateStrategy defines at the cluster level how to handle
# automated workload updates.
workloadUpdateStrategy: {}
# workloads contains the selectors and tolerations that should apply
# to KubeVirt workloads.
#workloads: {}
|