aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/dmaap/components/dmaap-dr-prov/requirements.yaml
diff options
context:
space:
mode:
authorKrzysztof Opasiak <k.opasiak@samsung.com>2020-05-08 22:50:24 +0200
committerKrzysztof Opasiak <k.opasiak@samsung.com>2020-05-26 18:43:42 +0200
commit2df4a7841dda43f016f6b7665f5e2e13f3616557 (patch)
treee92f0336603a205f5c728457563b469ac744a2b0 /kubernetes/dmaap/components/dmaap-dr-prov/requirements.yaml
parentdf31a724d919b39183df702f970ba4968c09d44e (diff)
[DMAAP] Use common aaf template in dmaap-dr-prov
Instead of copy-pasting code around aaf_agent usage let's use a common template that automates this. Issue-ID: AAF-1134 Change-Id: I266017e4acbcdac89a31dfba775380fd5cd9acfe Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Diffstat (limited to 'kubernetes/dmaap/components/dmaap-dr-prov/requirements.yaml')
-rw-r--r--kubernetes/dmaap/components/dmaap-dr-prov/requirements.yaml5
1 files changed, 4 insertions, 1 deletions
diff --git a/kubernetes/dmaap/components/dmaap-dr-prov/requirements.yaml b/kubernetes/dmaap/components/dmaap-dr-prov/requirements.yaml
index 94b026fab7..a873762295 100644
--- a/kubernetes/dmaap/components/dmaap-dr-prov/requirements.yaml
+++ b/kubernetes/dmaap/components/dmaap-dr-prov/requirements.yaml
@@ -25,4 +25,7 @@ dependencies:
- name: mariadb-galera
alias: mariadb
version: ~6.x-0
- repository: '@local' \ No newline at end of file
+ repository: '@local'
+ - name: certInitializer
+ version: ~6.x-0
+ repository: '@local'