From 922465cb33741b2a6ab70bf1c82b3e99e897d3e5 Mon Sep 17 00:00:00 2001 From: Jakub Latusek Date: Wed, 16 Sep 2020 12:42:00 +0200 Subject: Replace YAML comments with helm comments in templates Signed-off-by: Jakub Latusek Change-Id: I8fa9f472994c5a01c228966d755eb8b21c4364cf Issue-ID: OOM-2562 --- kubernetes/nbi/templates/secret.yaml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'kubernetes/nbi/templates/secret.yaml') diff --git a/kubernetes/nbi/templates/secret.yaml b/kubernetes/nbi/templates/secret.yaml index bd7eb8ea40..34932b713d 100644 --- a/kubernetes/nbi/templates/secret.yaml +++ b/kubernetes/nbi/templates/secret.yaml @@ -1,3 +1,4 @@ +{{/* # Copyright © 2020 Samsung Electronics # # Licensed under the Apache License, Version 2.0 (the "License"); @@ -11,5 +12,6 @@ # 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