aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRitu Sood <ritu.sood@intel.com>2021-08-16 21:21:15 +0000
committerGerrit Code Review <gerrit@onap.org>2021-08-16 21:21:15 +0000
commit000e281332c3f2b5fdaa7bdd84b932107a7b8eb6 (patch)
tree7cc80a7d716e6bf7c836767a61d8e9813ed01469
parent57d1305db9f032c94949b719f0dc052ac7cd2d41 (diff)
parent7bf11545a489703a8d1dbedf0e4cf37aa2acf085 (diff)
Merge "Enable CPUManager feature gate in kubevirt"
-rw-r--r--kud/deployment_infra/helm/kubevirt/values.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/kud/deployment_infra/helm/kubevirt/values.yaml b/kud/deployment_infra/helm/kubevirt/values.yaml
index c08df7ea..7349c40e 100644
--- a/kud/deployment_infra/helm/kubevirt/values.yaml
+++ b/kud/deployment_infra/helm/kubevirt/values.yaml
@@ -6,7 +6,8 @@ certificateRotateStrategy: {}
# configuration holds kubevirt configurations. Same as the virt-configMap.
configuration:
developerConfiguration:
- featureGates: []
+ featureGates:
+ - CPUManager
customizeComponents: {}