diff options
author | 2020-10-21 13:36:29 +0200 | |
---|---|---|
committer | 2020-10-21 14:02:21 +0200 | |
commit | 7dbe0f5ac256e0dad7e5a9034c98b5d8a11d5f28 (patch) | |
tree | a8700685eecb2d3316867c43aba35f029a3c3d81 /kubernetes/dcaemod/components/dcaemod-onboarding-api/templates/secret.yaml | |
parent | de60649a59fe924175a25e05eb8ca31efe63daeb (diff) |
[DCAEMOD] change comment style
Signed-off-by: Jakub Latusek <j.latusek@samsung.com>
Change-Id: I4526b5320d2444f108ff267b12eb79af94e27d35
Issue-ID: OOM-2562
Diffstat (limited to 'kubernetes/dcaemod/components/dcaemod-onboarding-api/templates/secret.yaml')
-rw-r--r-- | kubernetes/dcaemod/components/dcaemod-onboarding-api/templates/secret.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kubernetes/dcaemod/components/dcaemod-onboarding-api/templates/secret.yaml b/kubernetes/dcaemod/components/dcaemod-onboarding-api/templates/secret.yaml index bd7eb8ea40..34932b713d 100644 --- a/kubernetes/dcaemod/components/dcaemod-onboarding-api/templates/secret.yaml +++ b/kubernetes/dcaemod/components/dcaemod-onboarding-api/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" . }} |