summaryrefslogtreecommitdiffstats
path: root/kubernetes/common/cert-wrapper/values.yaml
AgeCommit message (Collapse)AuthorFilesLines
2020-10-20[COMMON] Make certInitializer share truststore among instancesKrzysztof Opasiak1-0/+17
Truststore is quite heavy. If it is included several times in the component it can easily cross helm chart size limit. To fix this issue let's make sure that the truststore is created only once and then shared among all certInitializer instances. Issue-ID: AAF-1134 Change-Id: I546a88fea3fe869748194682e7dcf3ad566282ab Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>