diff options
author | Prativa Dora <prativa.dora@techmahindra.com> | 2022-03-29 09:29:23 +0000 |
---|---|---|
committer | Prativa Dora <prativa.dora@techmahindra.com> | 2022-03-29 10:53:48 +0000 |
commit | 5408022de71af90eecb70c5d19fc0750492eaae7 (patch) | |
tree | 05faaff721ee42695a4f8b6c623de09c23bb5f18 | |
parent | 90cd77349d5019c6cd2a41a078dca57923146bcb (diff) |
[DCAEGEN2-SERVICES] Fixing Policy Side Car Sync issue
Updated the policy-xacml-pdp access credentials
Issue-ID: DCAEGEN2-3128
Signed-off-by: Prativa Dora <prativa.dora@techmahindra.com>
Change-Id: I81655e4d79c792ea656eab9e6db660d27673c949
-rw-r--r-- | kubernetes/dcaegen2-services/common/dcaegen2-services-common/templates/_deployment.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
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 |