diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-09-29 07:24:14 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-09-29 07:24:14 +0000 |
commit | ddbf1fc969629731eea34cdff0784d0a725d1e03 (patch) | |
tree | ebbd8685595e62acac7eff5656812cd8073a87b8 | |
parent | 395d917e08f5864a2b60ea416b8b198093970419 (diff) | |
parent | 9acc268e1214dcbdeb37d291f212837a71db5d98 (diff) |
Merge "[MODELING] Change yaml comment to helm comment"
-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" . }} |