diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-09-30 06:04:10 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-09-30 06:04:10 +0000 |
commit | 8c17401be9ae419f42cfe8e3a0ca3f6c171d983e (patch) | |
tree | c38ff6b8c09a197ec5741e77c4806e90369c3511 /kubernetes | |
parent | 3a7f9d999e4c69928e3d9fee1748763ef1372627 (diff) | |
parent | d04a6876460e0cafd3a4a5756bbbc8c50a650acb (diff) |
Merge "[POLICY] Remove field undefined in deployment"
Diffstat (limited to 'kubernetes')
-rwxr-xr-x | kubernetes/policy/components/policy-xacml-pdp/templates/deployment.yaml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/kubernetes/policy/components/policy-xacml-pdp/templates/deployment.yaml b/kubernetes/policy/components/policy-xacml-pdp/templates/deployment.yaml index a4d060ccfe..40f0fab1b5 100755 --- a/kubernetes/policy/components/policy-xacml-pdp/templates/deployment.yaml +++ b/kubernetes/policy/components/policy-xacml-pdp/templates/deployment.yaml @@ -119,8 +119,6 @@ spec: readOnly: true - mountPath: /opt/app/policy/pdpx/etc/mounted name: pdpxconfig-processed - emptyDir: - medium: Memory resources: {{ include "common.resources" . }} {{- if .Values.nodeSelector }} |