diff options
author | Krzysztof Opasiak <k.opasiak@samsung.com> | 2020-05-19 00:44:12 +0200 |
---|---|---|
committer | Krzysztof Opasiak <k.opasiak@samsung.com> | 2020-05-19 00:48:45 +0200 |
commit | 3e5fa9a35abca0df060c43b4ebfa660a223485b3 (patch) | |
tree | 87031cee1cebb941124765991225bfc8be7c44d7 /kubernetes/nbi | |
parent | 9d0f567fc4c4ff12af022ed8e87854b1fd24d0dd (diff) |
[COMMON] Fix certInitializer to use proper global values
One of reasons why certInitializer is a proper chart that you need to
put in your requirements.yaml is to avoid copy-pasting the same global
values among different charts. As it turned out in tests we've been
not "mangling" global values properly while creating
$subchartDot. This patch fixes the issue.
Issue-ID: AAF-1134
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: I630154c4eedd7192ebb1881e5899c8df495d988b
Diffstat (limited to 'kubernetes/nbi')
-rw-r--r-- | kubernetes/nbi/values.yaml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/kubernetes/nbi/values.yaml b/kubernetes/nbi/values.yaml index 4fe092e603..82334bec37 100644 --- a/kubernetes/nbi/values.yaml +++ b/kubernetes/nbi/values.yaml @@ -28,7 +28,6 @@ global: service: mariadb-galera internalPort: 3306 nameOverride: mariadb-galera - aafAgentImage: onap/aaf/aaf_agent:2.1.15 aafEnabled: true busyBoxImage: busybox:1.30 busyBoxRepository: docker.io |