aboutsummaryrefslogtreecommitdiffstats
path: root/helm/policy/components/policy-drools-pdp/resources/secrets/credentials.conf
diff options
context:
space:
mode:
Diffstat (limited to 'helm/policy/components/policy-drools-pdp/resources/secrets/credentials.conf')
-rwxr-xr-xhelm/policy/components/policy-drools-pdp/resources/secrets/credentials.conf8
1 files changed, 4 insertions, 4 deletions
diff --git a/helm/policy/components/policy-drools-pdp/resources/secrets/credentials.conf b/helm/policy/components/policy-drools-pdp/resources/secrets/credentials.conf
index 0aeaa8b2..721540dc 100755
--- a/helm/policy/components/policy-drools-pdp/resources/secrets/credentials.conf
+++ b/helm/policy/components/policy-drools-pdp/resources/secrets/credentials.conf
@@ -24,11 +24,11 @@ TELEMETRY_PASSWORD={{.Values.telemetry.password}}
REPOSITORY_USERNAME={{.Values.nexus.user}}
REPOSITORY_PASSWORD={{.Values.nexus.password}}
-PDPD_CONFIGURATION_API_KEY={{.Values.dmaap.brmsgw.key}}
-PDPD_CONFIGURATION_API_SECRET={{.Values.dmaap.brmsgw.secret}}
+PDPD_CONFIGURATION_API_KEY=
+PDPD_CONFIGURATION_API_SECRET=
-POLICY_PDP_PAP_API_KEY={{.Values.dmaap.pap.key}}
-POLICY_PDP_PAP_API_SECRET={{.Values.dmaap.pap.secret}}
+POLICY_PDP_PAP_API_KEY=
+POLICY_PDP_PAP_API_SECRET=
PAP_USERNAME={{.Values.pap.user}}
PAP_PASSWORD={{.Values.pap.password}}