From 9f8f792363c12df8f35e74ac9d94cb7f39ef4752 Mon Sep 17 00:00:00 2001 From: jhh Date: Wed, 24 Jul 2019 15:37:54 -0500 Subject: OOM companion changes to topic.properties removal Issue-ID: POLICY-1744 Signed-off-by: jhh Change-Id: Ie1c632b9fd3bc87538638d39c33511eb96c27075 --- kubernetes/policy/charts/policy-apex-pdp/templates/statefulset.yaml | 2 -- 1 file changed, 2 deletions(-) (limited to 'kubernetes/policy/charts/policy-apex-pdp/templates/statefulset.yaml') diff --git a/kubernetes/policy/charts/policy-apex-pdp/templates/statefulset.yaml b/kubernetes/policy/charts/policy-apex-pdp/templates/statefulset.yaml index f1c024bc4e..9ab1e055a8 100644 --- a/kubernetes/policy/charts/policy-apex-pdp/templates/statefulset.yaml +++ b/kubernetes/policy/charts/policy-apex-pdp/templates/statefulset.yaml @@ -45,8 +45,6 @@ spec: - /opt/app/policy/apex-pdp/bin/apexOnapPf.sh - -c - /home/apexuser/config/OnapPfConfig.json - - -p - - /home/apexuser/config/topic.properties imagePullPolicy: {{ .Values.global.pullPolicy | default .Values.pullPolicy }} ports: - containerPort: {{ .Values.service.externalPort }} -- cgit 1.2.3-korg