From: Lathish Date: Thu, 28 May 2020 10:50:05 +0000 (+0100) Subject: App config path change X-Git-Tag: f-release~99^2 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=192ed9a49eb48f7965a36e796b8be14e93ebb2f2;p=it%2Fdep.git App config path change Issue-ID: NONRTRIC-233 Change-Id: I107308f5d34bf4cf3602a24d730cb31220795cb8 Signed-off-by: Lathish --- 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: