App config path change 48/3948/2
authorLathish <lathishbabu.ganesan@est.tech>
Thu, 28 May 2020 10:50:05 +0000 (11:50 +0100)
committerLathishbabu Ganesan <lathishbabu.ganesan@est.tech>
Tue, 2 Jun 2020 09:47:24 +0000 (09:47 +0000)
Issue-ID: NONRTRIC-233
Change-Id: I107308f5d34bf4cf3602a24d730cb31220795cb8
Signed-off-by: Lathish <lathishbabu.ganesan@est.tech>
nonrtric/helm/policymanagementservice/templates/deployment.yaml

index 1a54154..27bd077 100644 (file)
@@ -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: