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/requirements.yaml b/kubernetes/dmaap/components/dmaap-dr-node/requirements.yaml index 97ba957..b7e9dce 100644 --- a/kubernetes/dmaap/components/dmaap-dr-node/requirements.yaml +++ b/kubernetes/dmaap/components/dmaap-dr-node/requirements.yaml
@@ -28,3 +28,6 @@ - name: serviceAccount version: ~8.x-0 repository: '@local' + - name: certInitializer + version: ~8.x-0 + repository: '@local'