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:01:56 +0200 |
commit | fcf678489be4f4aaf2022ae0a34f46f83533fb6f (patch) | |
tree | 49609745ebc9d9468c37cb43ba777a99bc74d20a /kubernetes/clamp/components/clamp-mariadb/resources | |
parent | de60649a59fe924175a25e05eb8ca31efe63daeb (diff) |
[CLAMP] change comment style
Signed-off-by: Jakub Latusek <j.latusek@samsung.com>
Change-Id: I8e6447a5e45547077abe5a5a929bb4edc377543a
Issue-ID: OOM-2562
Diffstat (limited to 'kubernetes/clamp/components/clamp-mariadb/resources')
-rw-r--r-- | kubernetes/clamp/components/clamp-mariadb/resources/config/mariadb/conf.d/conf1/my.cnf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kubernetes/clamp/components/clamp-mariadb/resources/config/mariadb/conf.d/conf1/my.cnf b/kubernetes/clamp/components/clamp-mariadb/resources/config/mariadb/conf.d/conf1/my.cnf index 612590cc6b..8b5dc2a021 100644 --- a/kubernetes/clamp/components/clamp-mariadb/resources/config/mariadb/conf.d/conf1/my.cnf +++ b/kubernetes/clamp/components/clamp-mariadb/resources/config/mariadb/conf.d/conf1/my.cnf @@ -1,3 +1,4 @@ +{{/* # Copyright © 2018 AT&T, Amdocs, Bell Canada Intellectual Property. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); @@ -20,6 +21,7 @@ # In this file, you can use all long options that a program supports. # If you want to know which options a program supports, run the program # with the "--help" option. +*/}} # The following options will be passed to all MySQL clients ##[client] |