diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-10-22 06:42:07 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-10-22 06:42:07 +0000 |
commit | febcdd62d5ee6e5ba16cf104acc11aa414f69577 (patch) | |
tree | e1dbcd11a7c4d44a4b1437230e4db2ef8d4db470 /kubernetes/portal/components/portal-app/templates/service.yaml | |
parent | 8fe479f92975d66dbaa3eb8eacef52097fd31edf (diff) | |
parent | dc31fb09f2383d5933432040f4e852613b7f42f8 (diff) |
Merge "[PORTAL] change comment style"
Diffstat (limited to 'kubernetes/portal/components/portal-app/templates/service.yaml')
-rw-r--r-- | kubernetes/portal/components/portal-app/templates/service.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kubernetes/portal/components/portal-app/templates/service.yaml b/kubernetes/portal/components/portal-app/templates/service.yaml index dd207ea0e6..523b950f8b 100644 --- a/kubernetes/portal/components/portal-app/templates/service.yaml +++ b/kubernetes/portal/components/portal-app/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 |