From 32f9aaa9b02da0cc442d83c5413684ddc9674381 Mon Sep 17 00:00:00 2001 From: Krzysztof Opasiak Date: Thu, 6 Feb 2020 23:05:15 +0100 Subject: [CDS] Use common secret tamplate for mariadb-galera Use common secret template for cds-db mariadb-galera instance. Issue-ID: OOM-2263 Signed-off-by: Krzysztof Opasiak Change-Id: I4723c84f0079735abddce032ebc3b99541dabb53 --- kubernetes/cds/templates/secrets.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 kubernetes/cds/templates/secrets.yaml (limited to 'kubernetes/cds/templates') diff --git a/kubernetes/cds/templates/secrets.yaml b/kubernetes/cds/templates/secrets.yaml new file mode 100644 index 0000000000..87edb92a4b --- /dev/null +++ b/kubernetes/cds/templates/secrets.yaml @@ -0,0 +1,14 @@ +# 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. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +{{ include "common.secret" . }} -- cgit 1.2.3-korg