diff options
author | Eric Multanen <eric.w.multanen@intel.com> | 2021-06-24 20:39:22 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-06-24 20:39:22 +0000 |
commit | 3c09e032b06c18426e59ec38d925e2b4ace24abc (patch) | |
tree | ff8a6c1ed8dc0d7f861195b936e30e61d2b1b0bb /kud/deployment_infra/helm/kubevirt/values.yaml | |
parent | 40e13a3001826fbc1682dad51e5c1366aa62581e (diff) | |
parent | a99aa8015594cbfd9d46bbc8313f72321a95cc1f (diff) |
Merge "Add kubevirt and cdi addon helm charts"
Diffstat (limited to 'kud/deployment_infra/helm/kubevirt/values.yaml')
-rw-r--r-- | kud/deployment_infra/helm/kubevirt/values.yaml | 61 |
1 files changed, 61 insertions, 0 deletions
diff --git a/kud/deployment_infra/helm/kubevirt/values.yaml b/kud/deployment_infra/helm/kubevirt/values.yaml new file mode 100644 index 00000000..c08df7ea --- /dev/null +++ b/kud/deployment_infra/helm/kubevirt/values.yaml @@ -0,0 +1,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: {} |