summaryrefslogtreecommitdiffstats
path: root/kubernetes/aai/components/aai-resources/requirements.yaml
diff options
context:
space:
mode:
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>2020-12-15 12:00:26 +0100
committerSylvain Desbureaux <sylvain.desbureaux@orange.com>2021-02-22 15:52:53 +0100
commitb4e038d2e2e7f39fc69a234bb132f43ff6a69712 (patch)
tree02c1f1f8f18bcf86754a02864256308064709121 /kubernetes/aai/components/aai-resources/requirements.yaml
parent740de6d5e3e0744966114440583df27d141dfd03 (diff)
[AAI][RESOURCES] Remove Hardcoded certificates
Use Certinitializer in order to retrieve needed certificates. Issue-ID: OOM-2655 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: Ie05936be0f513c76ea4dce31b8a460056b79a4b0
Diffstat (limited to 'kubernetes/aai/components/aai-resources/requirements.yaml')
-rw-r--r--kubernetes/aai/components/aai-resources/requirements.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/kubernetes/aai/components/aai-resources/requirements.yaml b/kubernetes/aai/components/aai-resources/requirements.yaml
index 42641a2e5c..498f1b837d 100644
--- a/kubernetes/aai/components/aai-resources/requirements.yaml
+++ b/kubernetes/aai/components/aai-resources/requirements.yaml
@@ -21,6 +21,9 @@ dependencies:
# a part of this chart's package and will not
# be published independently to a repo (at this point)
repository: '@local'
+ - name: certInitializer
+ version: ~7.x-0
+ repository: '@local'
- name: repositoryGenerator
version: ~7.x-0
repository: '@local' \ No newline at end of file