[COMMON] Use "" instead of {} as a default value to avoid warning 83/107783/1
authorKrzysztof Opasiak <k.opasiak@samsung.com>
Fri, 15 May 2020 22:25:05 +0000 (00:25 +0200)
committerKrzysztof Opasiak <k.opasiak@samsung.com>
Mon, 18 May 2020 09:43:46 +0000 (09:43 +0000)
After we upgraded our helm version we started getting below issues
with emails:

Warning: Merging destination map for chart 'curator'.
Overwriting table item 'image', with non table value:
onap/sdnc-image:1.8.2

To fix this let's just use "" instead of () for our daily operations.

Issue-ID: OOM-2412
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: I5f2c215c281036a7eb921d6a805527c807a4aca9
(cherry picked from commit 8953675506f4b3807502a3be73b846ab5fe79c67)

kubernetes/common/mariadb-galera/values.yaml

index 6decff2..af08ea3 100644 (file)
@@ -129,7 +129,7 @@ ingress:
 ## Configure MariaDB-Galera with a custom my.cnf file
 ## ref: https://mariadb.com/kb/en/mariadb/configuring-mariadb-with-mycnf/#example-of-configuration-file
 ##
-externalConfig: {}
+externalConfig: ""
 # externalConfig: |-
   # [mysqld]
   # innodb_buffer_pool_size=2G