diff options
author | Jakub Latusek <j.latusek@samsung.com> | 2020-10-21 13:36:29 +0200 |
---|---|---|
committer | Jakub Latusek <j.latusek@samsung.com> | 2020-10-21 14:02:21 +0200 |
commit | 7dbe0f5ac256e0dad7e5a9034c98b5d8a11d5f28 (patch) | |
tree | a8700685eecb2d3316867c43aba35f029a3c3d81 /kubernetes/dcaemod/templates | |
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/templates')
-rw-r--r-- | kubernetes/dcaemod/templates/configmap.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/kubernetes/dcaemod/templates/configmap.yaml b/kubernetes/dcaemod/templates/configmap.yaml index 9748319c9a..13b374cb04 100644 --- a/kubernetes/dcaemod/templates/configmap.yaml +++ b/kubernetes/dcaemod/templates/configmap.yaml @@ -1,3 +1,4 @@ +{{/* #============LICENSE_START======================================================== # ================================================================================ # Copyright (c) 2020 AT&T Intellectual Property. All rights reserved. @@ -14,6 +15,7 @@ # See the License for the specific language governing permissions and # limitations under the License. # ============LICENSE_END========================================================= +*/}} apiVersion: v1 kind: ConfigMap @@ -21,4 +23,4 @@ metadata: name: {{ include "common.release" . }}-dcaemod-expected-components namespace: {{ include "common.namespace" . }} data: -{{ tpl (.Files.Glob "resources/*").AsConfig . | indent 2 }}
\ No newline at end of file +{{ tpl (.Files.Glob "resources/*").AsConfig . | indent 2 }} |