summaryrefslogtreecommitdiffstats
path: root/kubernetes/nbi
diff options
context:
space:
mode:
authorKrzysztof Opasiak <k.opasiak@samsung.com>2020-05-19 00:44:12 +0200
committerKrzysztof Opasiak <k.opasiak@samsung.com>2020-05-29 01:22:26 +0200
commitd72adb3e19a820173f42572c0794b1b971c76ab8 (patch)
tree71205d0217bd6c1cfb669abe6545b31bad74d235 /kubernetes/nbi
parent4d823d35d10a7ec0ec5307e38b14ac89b1c218fc (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.yaml1
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