forked from suse-edge/Factory
Steven Hardy
fc3da390e9
Imported from https://github.com/suse-edge/charts/tree/main/charts/kubevirt/0.4.0
35 lines
1.1 KiB
YAML
35 lines
1.1 KiB
YAML
operator:
|
|
image: registry.suse.com/suse/sles/15.6/virt-operator
|
|
version: 1.3.1-150600.5.9.1
|
|
pullPolicy: IfNotPresent
|
|
|
|
kubevirt:
|
|
# Holds kubevirt configurations. Same as the virt-configMap.
|
|
configuration: {}
|
|
customizeComponents: {}
|
|
# The ImagePullPolicy to use.
|
|
imagePullPolicy: IfNotPresent
|
|
# Selectors and tolerations that should apply to KubeVirt infrastructure components.
|
|
infra: {}
|
|
# 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: {}
|
|
# Optionally enable ServiceMonitor for prometheus, see
|
|
# https://kubevirt.io/user-guide/user_workloads/component_monitoring/
|
|
monitorAccount: ""
|
|
monitorNamespace: ""
|
|
|
|
hookImage: rancher/kubectl:v1.30.2
|
|
hookRestartPolicy: OnFailure
|
|
hookSecurityContext:
|
|
seccompProfile:
|
|
type: RuntimeDefault
|
|
runAsNonRoot: true
|
|
runAsUser: 1000
|
|
allowPrivilegeEscalation: false
|
|
capabilities:
|
|
drop:
|
|
- ALL
|