diff options
author | Jakub Latusek <j.latusek@samsung.com> | 2020-10-21 13:36:30 +0200 |
---|---|---|
committer | Jakub Latusek <j.latusek@samsung.com> | 2020-10-21 14:03:41 +0200 |
commit | d9c241bcb7e143bca0cc6e3364df973ca377f042 (patch) | |
tree | e9a89a026e208bf61afc0e1e5b5eaabea36b0ca4 /kubernetes/vid/resources/config | |
parent | de60649a59fe924175a25e05eb8ca31efe63daeb (diff) |
[VID] change comment style
Signed-off-by: Jakub Latusek <j.latusek@samsung.com>
Change-Id: I66c141480e6a5715be571b7a2ae1e9945b9e040e
Issue-ID: OOM-2562
Diffstat (limited to 'kubernetes/vid/resources/config')
-rw-r--r-- | kubernetes/vid/resources/config/db_cmd.sh | 2 | ||||
-rw-r--r-- | kubernetes/vid/resources/config/log/filebeat/filebeat.yml | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/kubernetes/vid/resources/config/db_cmd.sh b/kubernetes/vid/resources/config/db_cmd.sh index 95b83d4b59..e573c02f9f 100644 --- a/kubernetes/vid/resources/config/db_cmd.sh +++ b/kubernetes/vid/resources/config/db_cmd.sh @@ -1,4 +1,5 @@ #!/bin/sh +{{/* # Copyright © 2018 AT&T # # Licensed under the Apache License, Version 2.0 (the "License"); @@ -12,6 +13,7 @@ # 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. +*/}} echo "Going to run mysql -u${MYSQL_USER} -p${MYSQL_PASSWORD} -h${MYSQL_HOST} -P${MYSQL_PORT} ..." mysql -u${MYSQL_USER} -p${MYSQL_PASSWORD} -h${MYSQL_HOST} -P${MYSQL_PORT} < /db-config/vid-pre-init.sql diff --git a/kubernetes/vid/resources/config/log/filebeat/filebeat.yml b/kubernetes/vid/resources/config/log/filebeat/filebeat.yml index 1854263feb..9a721a885e 100644 --- a/kubernetes/vid/resources/config/log/filebeat/filebeat.yml +++ b/kubernetes/vid/resources/config/log/filebeat/filebeat.yml @@ -1,3 +1,4 @@ +{{/* # Copyright © 2018 Amdocs, Bell Canada # # Licensed under the Apache License, Version 2.0 (the "License"); @@ -11,6 +12,7 @@ # 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. +*/}} filebeat.prospectors: #it is mandatory, in our case it's log |