From 192ed9a49eb48f7965a36e796b8be14e93ebb2f2 Mon Sep 17 00:00:00 2001 From: Lathish Date: Thu, 28 May 2020 11:50:05 +0100 Subject: [PATCH] App config path change Issue-ID: NONRTRIC-233 Change-Id: I107308f5d34bf4cf3602a24d730cb31220795cb8 Signed-off-by: Lathish --- nonrtric/helm/policymanagementservice/templates/deployment.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nonrtric/helm/policymanagementservice/templates/deployment.yaml b/nonrtric/helm/policymanagementservice/templates/deployment.yaml index 1a541542..27bd0773 100644 --- a/nonrtric/helm/policymanagementservice/templates/deployment.yaml +++ b/nonrtric/helm/policymanagementservice/templates/deployment.yaml @@ -62,8 +62,7 @@ spec: periodSeconds: {{ .Values.policymanagementservice.liveness.periodSeconds }} volumeMounts: - name: {{ include "common.name.policymanagementservice" . }}-policy-conf - mountPath: /opt/app/policy-agent/config/application_configuration.json - subPath: application_configuration.json + mountPath: /opt/app/policy-agent/data volumes: - name: {{ include "common.name.policymanagementservice" . }}-policy-conf configMap: -- 2.16.6