diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-10-22 06:36:09 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-10-22 06:36:09 +0000 |
commit | 46543ea6fb61e8dc6830f89d04e722899f9910cf (patch) | |
tree | 655d11bbe2f806bf55b1e122e531b8261e34334c /kubernetes/modeling/charts/modeling-etsicatalog/templates/deployment.yaml | |
parent | 8fc7a9d990c1faddb6cf2ace70e1ea8851e99567 (diff) | |
parent | 2291d696ea3942200f62f79fbff98b1f570edde2 (diff) |
Merge "[MODELING] change comment style"
Diffstat (limited to 'kubernetes/modeling/charts/modeling-etsicatalog/templates/deployment.yaml')
-rw-r--r-- | kubernetes/modeling/charts/modeling-etsicatalog/templates/deployment.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kubernetes/modeling/charts/modeling-etsicatalog/templates/deployment.yaml b/kubernetes/modeling/charts/modeling-etsicatalog/templates/deployment.yaml index 52d675a39e..bdcd0501ef 100644 --- a/kubernetes/modeling/charts/modeling-etsicatalog/templates/deployment.yaml +++ b/kubernetes/modeling/charts/modeling-etsicatalog/templates/deployment.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: apps/v1 kind: Deployment |