From cc1316b588f2f8cd80544141abb38615990a04bb Mon Sep 17 00:00:00 2001 From: GuangrongFu Date: Wed, 3 Feb 2021 17:29:08 +0800 Subject: [HOLMES] Migrate Holmes from Cloudify to Helm Instead of using cloudify, use helm directly in order to deploy the charts. Change-Id: I6c97862898ab34b63a15b942b1396c0d19179e46 Issue-ID: HOLMES-396 Signed-off-by: GuangrongFu [Adding AAF part and change nodeports] Signed-off-by: Sylvain Desbureaux --- kubernetes/holmes/templates/secrets.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 kubernetes/holmes/templates/secrets.yaml (limited to 'kubernetes/holmes/templates/secrets.yaml') diff --git a/kubernetes/holmes/templates/secrets.yaml b/kubernetes/holmes/templates/secrets.yaml new file mode 100644 index 0000000000..34932b713d --- /dev/null +++ b/kubernetes/holmes/templates/secrets.yaml @@ -0,0 +1,17 @@ +{{/* +# 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.secretFast" . }} -- cgit 1.2.3-korg