From c16d2310224dc9c22bb9f1511b043d52435fe4e3 Mon Sep 17 00:00:00 2001 From: Krzysztof Opasiak Date: Mon, 24 Feb 2020 16:11:42 +0100 Subject: [PATCH] [SDNC] Add missing inclusion of common secret template Issue-ID: OOM-2309 Signed-off-by: Krzysztof Opasiak Change-Id: I6f08d537036576122fc2e7d941695434eaaf854e --- .../sdnc/charts/dmaap-listener/templates/secret.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 kubernetes/sdnc/charts/dmaap-listener/templates/secret.yaml diff --git a/kubernetes/sdnc/charts/dmaap-listener/templates/secret.yaml b/kubernetes/sdnc/charts/dmaap-listener/templates/secret.yaml new file mode 100644 index 0000000000..dee311c336 --- /dev/null +++ b/kubernetes/sdnc/charts/dmaap-listener/templates/secret.yaml @@ -0,0 +1,15 @@ +# 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" . }} -- 2.16.6