commit | 58685d08a390cf9678e88af54c343dbac4ee8196 | [log] [tgz] |
---|---|---|
author | Krzysztof Opasiak <k.opasiak@samsung.com> | Thu Jul 29 22:45:45 2021 +0200 |
committer | Krzysztof Opasiak <k.opasiak@samsung.com> | Mon Aug 09 17:42:31 2021 +0000 |
tree | 8053af3e11f51574dd764f7a9f4890a8104988a8 | |
parent | e5fca1f12d11ffb3ebbb7afbfac35e62f7a55068 [diff] [blame] |
[DMAAP] Replace aafConfig with certInitializer Use cert initializer instead of aafConfig to keep dmaap-dr-node aligned with the rest of ONAP Issue-ID: OOM-1 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: I2b73e87bb8ae011416555216605ade9a6316261e
diff --git a/kubernetes/dmaap/components/dmaap-dr-node/resources/config/node.properties b/kubernetes/dmaap/components/dmaap-dr-node/resources/config/node.properties index 1d0015e..20030a7 100644 --- a/kubernetes/dmaap/components/dmaap-dr-node/resources/config/node.properties +++ b/kubernetes/dmaap/components/dmaap-dr-node/resources/config/node.properties
@@ -103,4 +103,4 @@ CadiEnabled = false # # AAF Props file path -AAFPropsFilePath = {{ .Values.aafConfig.credsPath }}/org.onap.dmaap-dr.props +AAFPropsFilePath = {{ .Values.certInitializer.credsPath }}/org.onap.dmaap-dr.props