aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/uui/templates
diff options
context:
space:
mode:
authorJakub Latusek <j.latusek@samsung.com>2020-10-21 13:36:30 +0200
committerJakub Latusek <j.latusek@samsung.com>2020-10-21 14:03:32 +0200
commita0b0d97ab598aa93542fe037b12026576b6da147 (patch)
tree08d47c0bd26de83175d0d411cc0fbae87078e88d /kubernetes/uui/templates
parentde60649a59fe924175a25e05eb8ca31efe63daeb (diff)
[UUI] change comment style
Signed-off-by: Jakub Latusek <j.latusek@samsung.com> Change-Id: I8c6f7dd3f68f482d12b527ba526a12adec2fbe30 Issue-ID: OOM-2562
Diffstat (limited to 'kubernetes/uui/templates')
-rw-r--r--kubernetes/uui/templates/deployment.yaml2
-rw-r--r--kubernetes/uui/templates/service.yaml2
2 files changed, 4 insertions, 0 deletions
diff --git a/kubernetes/uui/templates/deployment.yaml b/kubernetes/uui/templates/deployment.yaml
index d370dfcf05..ef73642095 100644
--- a/kubernetes/uui/templates/deployment.yaml
+++ b/kubernetes/uui/templates/deployment.yaml
@@ -1,3 +1,4 @@
+{{/*
# Copyright © 2017 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.
+*/}}
apiVersion: apps/v1
kind: Deployment
diff --git a/kubernetes/uui/templates/service.yaml b/kubernetes/uui/templates/service.yaml
index e11f7fb287..222100d8c8 100644
--- a/kubernetes/uui/templates/service.yaml
+++ b/kubernetes/uui/templates/service.yaml
@@ -1,3 +1,4 @@
+{{/*
# Copyright © 2017 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.
+*/}}
apiVersion: v1
kind: Service