aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/appc/components/appc-cdt/requirements.yaml
diff options
context:
space:
mode:
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>2021-02-16 10:29:00 +0100
committerSylvain Desbureaux <sylvain.desbureaux@orange.com>2021-02-18 07:15:36 +0000
commite1b8ac66737bb1a9abecc57ca1733bfa630dc151 (patch)
tree519a11b39a7f06527b20ed01741b719f72cb524f /kubernetes/appc/components/appc-cdt/requirements.yaml
parentd316c397dacae3994fcd260cda14ce872f664581 (diff)
[APPC][CDT] Automatically retrieve certificates
Instead of using hardcoded certificates in container, use certInitializer in order to retrieve them. Issue-ID: OOM-2682 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I93b7a1a0bddf2540e222ec4406d0cfd12f6f5e5e
Diffstat (limited to 'kubernetes/appc/components/appc-cdt/requirements.yaml')
-rw-r--r--kubernetes/appc/components/appc-cdt/requirements.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/kubernetes/appc/components/appc-cdt/requirements.yaml b/kubernetes/appc/components/appc-cdt/requirements.yaml
index 5f5f1b145c..8fda7eb81d 100644
--- a/kubernetes/appc/components/appc-cdt/requirements.yaml
+++ b/kubernetes/appc/components/appc-cdt/requirements.yaml
@@ -16,6 +16,9 @@ dependencies:
- name: common
version: ~7.x-0
repository: '@local'
+ - name: certInitializer
+ version: ~7.x-0
+ repository: '@local'
- name: repositoryGenerator
version: ~7.x-0
repository: '@local'