summaryrefslogtreecommitdiffstats
path: root/kubernetes/common/certInitializer/values.yaml
AgeCommit message (Collapse)AuthorFilesLines
2020-06-02[common] Make sure that we declare repository in certInitializerKrzysztof Opasiak1-0/+1
Not all components declare repository in the global section which may lead to some error when processing just a single component instead of whole onap. To avoid this let's make sure that cerInitializer sets repository url internally. Issue-ID: OOM-2416 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: I4fd2a235b188c7ee09d0173dbaa873141187a077
2020-05-06[COMMON] Add new template for obtaining certificateKrzysztof Opasiak1-0/+42
Add new template that can be used to obtain certificate by component. Make also a PoC with NBI. Strongly based on aaf-config template. Issue-ID: AAF-1134 Change-Id: I10cb2a7b36a8dc436be337518cc15431aabbbc5d Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>