From 55d6f5aa18840633779d06b4acb47c57d648b7c1 Mon Sep 17 00:00:00 2001 From: Todd Malsbary Date: Thu, 13 Aug 2020 15:22:36 -0700 Subject: Replace invalid literal true with valid string "true" in yaml. Prior to this change qat_plugin_privileges.yaml fails to kubectl apply due to a validation error. Issue-ID: MULTICLOUD-1182 Signed-off-by: Todd Malsbary Change-Id: Ibe73c1b39d1164fe05ea5cdede74dc93f846c943 --- kud/deployment_infra/images/qat_plugin_privileges.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kud') diff --git a/kud/deployment_infra/images/qat_plugin_privileges.yaml b/kud/deployment_infra/images/qat_plugin_privileges.yaml index 9e753f6e..e1413d0e 100644 --- a/kud/deployment_infra/images/qat_plugin_privileges.yaml +++ b/kud/deployment_infra/images/qat_plugin_privileges.yaml @@ -21,7 +21,7 @@ spec: - key: feature.node.kubernetes.io/pci-0b40_8086.present operator: In values: - - true + - "true" containers: - name: intel-qat-kernel-plugin securityContext: -- cgit 1.2.3-korg