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:42 +0200 |
commit | be89684e49fa74a5151d3a812cc569127d7e220f (patch) | |
tree | aa3ce99a00fb0c7bf4b8c43382468d9a5bb444d3 /kubernetes/msb/charts/kube2msb/templates | |
parent | de60649a59fe924175a25e05eb8ca31efe63daeb (diff) |
[MSB] change comment style
Signed-off-by: Jakub Latusek <j.latusek@samsung.com>
Change-Id: Ie0801f4fb81d21842bfd49a63574952254eaa47f
Issue-ID: OOM-2562
Diffstat (limited to 'kubernetes/msb/charts/kube2msb/templates')
-rw-r--r-- | kubernetes/msb/charts/kube2msb/templates/deployment.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kubernetes/msb/charts/kube2msb/templates/deployment.yaml b/kubernetes/msb/charts/kube2msb/templates/deployment.yaml index e86c66d646..3d0dcd63ba 100644 --- a/kubernetes/msb/charts/kube2msb/templates/deployment.yaml +++ b/kubernetes/msb/charts/kube2msb/templates/deployment.yaml @@ -1,3 +1,4 @@ +{{/* # Copyright © 2018 Amdocs, Bell Canada , ZTE # # 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 metadata: |