diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-10-22 06:31:22 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-10-22 06:31:22 +0000 |
commit | e1df4320726a7c897054b25e508cf9684759483b (patch) | |
tree | 12e1e35c0e82afb498da6c652ef8d41bda8eafb6 /kubernetes/dcaemod/components/dcaemod-healthcheck/templates/service.yaml | |
parent | b6a571f90878d7702113bb9ffb420268a2e24d22 (diff) | |
parent | 7dbe0f5ac256e0dad7e5a9034c98b5d8a11d5f28 (diff) |
Merge "[DCAEMOD] change comment style"
Diffstat (limited to 'kubernetes/dcaemod/components/dcaemod-healthcheck/templates/service.yaml')
-rw-r--r-- | kubernetes/dcaemod/components/dcaemod-healthcheck/templates/service.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/kubernetes/dcaemod/components/dcaemod-healthcheck/templates/service.yaml b/kubernetes/dcaemod/components/dcaemod-healthcheck/templates/service.yaml index 30eda2cfe8..7fc4e896d2 100644 --- a/kubernetes/dcaemod/components/dcaemod-healthcheck/templates/service.yaml +++ b/kubernetes/dcaemod/components/dcaemod-healthcheck/templates/service.yaml @@ -1,3 +1,4 @@ +{{/* #============LICENSE_START======================================================== # ================================================================================ # Copyright (c) 2020 AT&T Intellectual Property. All rights reserved. @@ -14,5 +15,6 @@ # See the License for the specific language governing permissions and # limitations under the License. # ============LICENSE_END========================================================= +*/}} -{{ include "common.service" . }}
\ No newline at end of file +{{ include "common.service" . }} |