From: Todd Malsbary Date: Thu, 13 Aug 2020 22:22:36 +0000 (-0700) Subject: Replace invalid literal true with valid string "true" in yaml. X-Git-Tag: 0.7.0~48^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=55d6f5aa18840633779d06b4acb47c57d648b7c1;p=multicloud%2Fk8s.git 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 --- 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: