diff options
author | Jakub Latusek <j.latusek@samsung.com> | 2020-09-28 16:00:38 +0200 |
---|---|---|
committer | Jakub Latusek <j.latusek@samsung.com> | 2020-09-28 16:02:47 +0200 |
commit | 9acc268e1214dcbdeb37d291f212837a71db5d98 (patch) | |
tree | f9ddbd631a8e977d0131da5a0675135cba070710 /kubernetes/modeling/charts | |
parent | d61412dfd0ae723829cbac7dafde941e54c804ca (diff) |
[MODELING] Change yaml comment to helm comment
Signed-off-by: Jakub Latusek <j.latusek@samsung.com>
Issue-ID: OOM-2562
Change-Id: I206cb464a8e0649f4381f6c515f4d47dae03b0e9
Diffstat (limited to 'kubernetes/modeling/charts')
-rw-r--r-- | kubernetes/modeling/charts/modeling-etsicatalog/templates/secrets.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kubernetes/modeling/charts/modeling-etsicatalog/templates/secrets.yaml b/kubernetes/modeling/charts/modeling-etsicatalog/templates/secrets.yaml index b0cc27bd8d..8bfebf1679 100644 --- a/kubernetes/modeling/charts/modeling-etsicatalog/templates/secrets.yaml +++ b/kubernetes/modeling/charts/modeling-etsicatalog/templates/secrets.yaml @@ -1,4 +1,4 @@ -# Copyright (c) 2020 Samsung Electronics +{{/*# Copyright (c) 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. @@ -11,5 +11,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" . }} |