diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-10-22 06:44:42 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-10-22 06:44:42 +0000 |
commit | 4be9b1a27f7efd1f0dac7161c1a3b63171a5a5f0 (patch) | |
tree | 681e29d4db6e0646b407a543b037c2a52976e9aa /kubernetes/sdc/components/sdc-wfd-fe/templates | |
parent | 6d257a9d410e05fb968bd8b423658d9812c3e668 (diff) | |
parent | d8eaff63d65a3ab461018045767808954ac74c18 (diff) |
Merge "[SDC] change comment style"
Diffstat (limited to 'kubernetes/sdc/components/sdc-wfd-fe/templates')
-rw-r--r-- | kubernetes/sdc/components/sdc-wfd-fe/templates/deployment.yaml | 2 | ||||
-rw-r--r-- | kubernetes/sdc/components/sdc-wfd-fe/templates/service.yaml | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/kubernetes/sdc/components/sdc-wfd-fe/templates/deployment.yaml b/kubernetes/sdc/components/sdc-wfd-fe/templates/deployment.yaml index a5d312f308..b1baa1806d 100644 --- a/kubernetes/sdc/components/sdc-wfd-fe/templates/deployment.yaml +++ b/kubernetes/sdc/components/sdc-wfd-fe/templates/deployment.yaml @@ -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. +*/}} apiVersion: apps/v1 kind: Deployment diff --git a/kubernetes/sdc/components/sdc-wfd-fe/templates/service.yaml b/kubernetes/sdc/components/sdc-wfd-fe/templates/service.yaml index 96e1c0aee4..bc838ac22f 100644 --- a/kubernetes/sdc/components/sdc-wfd-fe/templates/service.yaml +++ b/kubernetes/sdc/components/sdc-wfd-fe/templates/service.yaml @@ -1,3 +1,4 @@ +{{/* # Copyright © 2018 ZTE # Modifications Copyright © 2018 AT&T, 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 |