From d74a65962b4ece0e89b0ef66912ce367a6187e15 Mon Sep 17 00:00:00 2001 From: Krzysztof Opasiak Date: Fri, 7 Feb 2020 21:06:58 +0100 Subject: [OOF] Use common secret template for mariadb credentials Remove all hardcoded credentials for mariadb and depend on common secret template to generate all passwords at the deployment time. Issue-ID: OOM-2292 Signed-off-by: Krzysztof Opasiak Change-Id: I54e57b317a8852469bcc11aabf6ddf0040ff5eb3 --- kubernetes/oof/charts/oof-cmso/templates/secret.yaml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'kubernetes/oof/charts/oof-cmso/templates') diff --git a/kubernetes/oof/charts/oof-cmso/templates/secret.yaml b/kubernetes/oof/charts/oof-cmso/templates/secret.yaml index 11a9221fed..3c61bf3bdc 100644 --- a/kubernetes/oof/charts/oof-cmso/templates/secret.yaml +++ b/kubernetes/oof/charts/oof-cmso/templates/secret.yaml @@ -1,4 +1,5 @@ # Copyright © 2018 Amdocs, Bell Canada, AT&T +# Copyright © 2020 Samsung Electronics # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -12,6 +13,8 @@ # See the License for the specific language governing permissions and # limitations under the License. +{{ include "common.secret" . }} +--- apiVersion: v1 kind: Secret metadata: -- cgit 1.2.3-korg