diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-10-22 06:43:55 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-10-22 06:43:55 +0000 |
commit | 6d257a9d410e05fb968bd8b423658d9812c3e668 (patch) | |
tree | 58455bad0edd83a522e265457324aebf89e5fcc1 /kubernetes/sniro-emulator/templates/service.yaml | |
parent | ed74d14590b0177388792e73c2b2019621f726ab (diff) | |
parent | 8a700db710d3dde919b73a592b02a4db7a7febb0 (diff) |
Merge "[SNIRO-EMULATOR] change comment style"
Diffstat (limited to 'kubernetes/sniro-emulator/templates/service.yaml')
-rw-r--r-- | kubernetes/sniro-emulator/templates/service.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kubernetes/sniro-emulator/templates/service.yaml b/kubernetes/sniro-emulator/templates/service.yaml index c5954db506..9119071ab2 100644 --- a/kubernetes/sniro-emulator/templates/service.yaml +++ b/kubernetes/sniro-emulator/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 |