Replace invalid literal true with valid string "true" in yaml. 56/111256/2
authorTodd Malsbary <todd.malsbary@intel.com>
Thu, 13 Aug 2020 22:22:36 +0000 (15:22 -0700)
committerRitu Sood <Ritu.Sood@intel.com>
Tue, 1 Sep 2020 16:51:25 +0000 (16:51 +0000)
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 <todd.malsbary@intel.com>
Change-Id: Ibe73c1b39d1164fe05ea5cdede74dc93f846c943

kud/deployment_infra/images/qat_plugin_privileges.yaml

index 9e753f6..e1413d0 100644 (file)
@@ -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: