diff options
author | Ritu Sood <Ritu.Sood@intel.com> | 2020-09-02 01:19:16 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-09-02 01:19:16 +0000 |
commit | d14246bb9a2c8874f9925c45322d678a93584adb (patch) | |
tree | e64378466c42484129a822ef8067e01adea963d7 | |
parent | 70a4787bdd1a39240e79c199b78ecebba6e7326d (diff) | |
parent | 55d6f5aa18840633779d06b4acb47c57d648b7c1 (diff) |
Merge "Replace invalid literal true with valid string "true" in yaml."
-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: |