From: Prativa Dora Date: Tue, 29 Mar 2022 09:29:23 +0000 (+0000) Subject: [DCAEGEN2-SERVICES] Fixing Policy Side Car Sync issue X-Git-Tag: 10.0.0~69^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=oom.git;a=commitdiff_plain;h=5408022de71af90eecb70c5d19fc0750492eaae7 [DCAEGEN2-SERVICES] Fixing Policy Side Car Sync issue Updated the policy-xacml-pdp access credentials Issue-ID: DCAEGEN2-3128 Signed-off-by: Prativa Dora Change-Id: I81655e4d79c792ea656eab9e6db660d27673c949 --- diff --git a/kubernetes/dcaegen2-services/common/dcaegen2-services-common/templates/_deployment.tpl b/kubernetes/dcaegen2-services/common/dcaegen2-services-common/templates/_deployment.tpl index 5a45fa1004..fbaaedf0dd 100644 --- a/kubernetes/dcaegen2-services/common/dcaegen2-services-common/templates/_deployment.tpl +++ b/kubernetes/dcaegen2-services/common/dcaegen2-services-common/templates/_deployment.tpl @@ -366,12 +366,12 @@ spec: - name: POLICY_SYNC_PDP_USER valueFrom: secretKeyRef: - name: {{ $policyRls }}-policy-xacml-pdp-api-creds + name: {{ $policyRls }}-policy-xacml-pdp-restserver-creds key: login - name: POLICY_SYNC_PDP_PASS valueFrom: secretKeyRef: - name: {{ $policyRls }}-policy-xacml-pdp-api-creds + name: {{ $policyRls }}-policy-xacml-pdp-restserver-creds key: password - name: POLICY_SYNC_PDP_URL value : http{{ if (include "common.needTLS" .) }}s{{ end }}://policy-xacml-pdp:6969