diff options
author | Todd Malsbary <todd.malsbary@intel.com> | 2020-08-13 15:22:36 -0700 |
---|---|---|
committer | Ritu Sood <Ritu.Sood@intel.com> | 2020-09-01 16:51:25 +0000 |
commit | 55d6f5aa18840633779d06b4acb47c57d648b7c1 (patch) | |
tree | 81845e1813e504dbe4774f46af3bd456f41a1cc3 /kud | |
parent | f188452ba305b3e85f3698ec093614334bd6f210 (diff) |
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 <todd.malsbary@intel.com>
Change-Id: Ibe73c1b39d1164fe05ea5cdede74dc93f846c943
Diffstat (limited to 'kud')
-rw-r--r-- | kud/deployment_infra/images/qat_plugin_privileges.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
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: |