summaryrefslogtreecommitdiffstats
path: root/kubernetes/policy
diff options
context:
space:
mode:
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>2020-09-30 06:04:10 +0000
committerGerrit Code Review <gerrit@onap.org>2020-09-30 06:04:10 +0000
commit8c17401be9ae419f42cfe8e3a0ca3f6c171d983e (patch)
treec38ff6b8c09a197ec5741e77c4806e90369c3511 /kubernetes/policy
parent3a7f9d999e4c69928e3d9fee1748763ef1372627 (diff)
parentd04a6876460e0cafd3a4a5756bbbc8c50a650acb (diff)
Merge "[POLICY] Remove field undefined in deployment"
Diffstat (limited to 'kubernetes/policy')
-rwxr-xr-xkubernetes/policy/components/policy-xacml-pdp/templates/deployment.yaml2
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 }}