[COMMON] Remove hardcoded mariadb-galera password 16/104916/8
authorKrzysztof Opasiak <k.opasiak@samsung.com>
Wed, 1 Apr 2020 20:44:44 +0000 (22:44 +0200)
committerKrzysztof Opasiak <k.opasiak@samsung.com>
Tue, 14 Apr 2020 08:37:26 +0000 (08:37 +0000)
The time has come! All ONAP charts use now common secret template at
least for the mariadb-galera root password (and most of them also for
user part). This means that it should be now safe to remove hardcoded
mariadb-galera root password and depend on common secret template to
generate it for every deployment.

No more secretpassword!:D

Issue-ID: OOM-2342
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: Ib9d8bbcc45bfd85a4d762c716c03dba23d901009

kubernetes/common/mariadb-galera/values.yaml

index dabf21d..6decff2 100644 (file)
@@ -58,7 +58,7 @@ pullPolicy: IfNotPresent
 # application configuration
 config:
   # .mariadbRootPasswordExternalSecret: 'some-external-secret'
-  mariadbRootPassword: secretpassword
+  mariadbRootPassword: secretpassword
   # .userCredentialsExternalSecret: 'some-external-secret'
   userName: my-user
   # userPassword: my-password